react-native-chating-ui-kit
Version:
CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly
24 lines • 556 B
JavaScript
//@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',
},
});
//# sourceMappingURL=styles.js.map