UNPKG

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

42 lines 1.02 kB
import { StyleSheet } from 'react-native'; export const Styles = StyleSheet.create({ messageReactionListStyle: { paddingVertical: 8, flexDirection: 'row', alignItems: 'center', flexWrap: 'wrap', }, reactionListStyle: { alignItems: 'center', justifyContent: 'center', fontSize: 12, color: 'black', marginVertical: 0, padding: 0, }, messageAddReactionStyle: { padding: 4, alignItems: 'center', justifyContent: 'center', height: 22, width: 30, marginHorizontal: 5, }, emojiButtonStyle: { padding: 0, }, messageReactionsStyle: { alignItems: 'center', justifyContent: 'center', paddingVertical: 2, paddingHorizontal: 4, marginLeft: 6, marginBottom: 5, borderRadius: 11, }, reactionCountStyle: { paddingRight: 2, paddingLeft: 4, }, }); //# sourceMappingURL=style.js.map