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
28 lines • 646 B
JavaScript
import { StyleSheet } from "react-native";
export const Style = StyleSheet.create({
container: {
paddingEnd: 16,
height: 56,
width: 228,
flexDirection: 'row',
alignItems: "center"
},
titleStyle: {
opacity: 1,
color: "rgba(20, 20, 20)",
fontStyle: "normal",
letterSpacing: -0.1,
textAlign: 'left',
lineHeight: 18,
},
subtitleStyle: {
color: 'rgba(20,20,20,0.58)',
},
imageStyle: {
height: 24,
width: 24,
tintColor: 'rgb(51, 153, 255)',
margin: 16,
}
});
//# sourceMappingURL=style.js.map