UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

19 lines (16 loc) 308 B
//@ts-ignore import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ badgeStyle: { aspectRatio: 1, padding: 1, opacity: 1, justifyContent: 'center', }, textStyle: { overflow: 'hidden', textAlign: 'center', opacity: 1, }, }); export default styles;