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
62 lines (61 loc) • 1.36 kB
TypeScript
export declare const Style: {
container: {
width: string;
height: string;
backgroundColor: string;
borderRadius: number;
};
dialogContainer: {
flex: number;
backgroundColor: string;
alignItems: "center";
justifyContent: "center";
};
dialogViewStyle: {
paddingStart: number;
paddingEnd: number;
paddingTop: number;
width: string;
backgroundColor: string;
};
listStyle: {
paddingStart: number;
paddingEnd: number;
};
listContainer: {
flex: number;
justifyContent: "center";
alignItems: "center";
};
row: {
flexDirection: "row";
};
groupMemberTextStyle: {
fontWeight: "bold";
};
subtitleTextStyle: {
maxWidth: string;
color: string;
};
startNewConversationBtnStyle: {
position: "absolute";
end: number;
top: number;
alignItems: "flex-end";
};
newConversationImageStyle: {
height: number;
width: number;
};
headerView: {
flexDirection: "row";
justifyContent: "space-between";
alignItems: "center";
height: number;
padding: number;
};
titleStyle: {
alignSelf: "center";
color: string;
};
};