UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines (12 loc) 267 B
import {StyleSheet} from 'react-native'; export const Style = StyleSheet.create({ container: { alignItems: "center", justifyContent: "space-between", padding: 16, }, avatar: { height: "30%", width: "80%", } });