UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

26 lines (23 loc) 466 B
//@ts-ignore import { StyleSheet } from 'react-native'; export const Styles = StyleSheet.create({ containerStyle: { overflow: 'hidden', borderStyle: 'solid', alignItems: 'center', justifyContent: 'center', }, outerViewStyle: { position: 'absolute', }, avatarStyle: { height: '100%', width: '100%', marginTop: 8, marginBottom: 8, }, textStyle: { textAlign: 'center', textAlignVertical: 'center', }, });