@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
23 lines (22 loc) • 448 B
text/typescript
import React from 'react';
import { StyleSheet } from "react-native";
export const Style = StyleSheet.create({
container: {
flex: 1,
},
infoIconStyle: {
height: 24,
width: 24,
},
appBarStyle: {
flexDirection: "row",
paddingEnd: 8,
alignItems: "center"
},
stackMe: {
height: "100%",
width: "100%",
position: "absolute",
zIndex: 10
}
});