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

45 lines (44 loc) 984 B
export declare const Style: { headerStyle: { justifyContent: "space-between"; flexDirection: "row"; paddingBottom: number; }; titleStyle: { lineHeight: number; }; layoutBtnStyle: { height: number; width: number; resizeMode: "contain"; }; gridItemContainer: { flex: number; height: number; justifyContent: "center"; margin: number; }; gridBtnStyle: { justifyContent: "center"; alignItems: "center"; }; listItemContainer: { flexDirection: "row"; overflow: "hidden"; height: number; alignItems: "center"; }; listItemImageStyle: { margin: number; width: number; resizeMode: "contain"; }; listContainer: { borderRadius: number; overflow: "hidden"; }; listTitleStyle: { textAlignVertical: "center"; marginStart: number; }; };