UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

24 lines (23 loc) 508 B
import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ container: { flex: 1, justifyContent: "center", alignItems: "center", }, headerStyle : { alignItems: "center", justifyContent: "space-between", paddingEnd: 8, paddingStart: 8 }, row: { flexDirection: "row", alignItems: "center", }, imageStyle: { height: 24, width: 24, alignSelf: "center", } });