UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

14 lines (13 loc) 301 B
import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ row: { flexDirection: "row", justifyContent: "space-between", }, buttonStyle: { flex: 1, margin: 8, alignItems: "center", justifyContent: "center", } })