UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

8 lines (7 loc) 174 B
import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ container: { alignItems: "center", justifyContent: "center" } });