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
56 lines (55 loc) • 1.27 kB
TypeScript
export declare const Styles: {
stickerWrapperStyle: {
padding: number;
borderTopRightRadius: number;
borderTopLeftRadius: number;
};
stickerSectionListStyle: {
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
shadowOpacity: number;
shadowRadius: number;
elevation: number;
};
sectionListItemStyle: {
flexShrink: number;
padding: number;
};
stickerListStyle: {
flexWrap: "wrap";
width: string;
padding: number;
margin: number;
justifyContent: "flex-start";
alignItems: "center";
flexDirection: "row";
};
stickerItemStyle: {
width: string;
height: number;
margin: number;
padding: number;
};
stickerMsgStyle: {
overflow: "hidden";
width: string;
justifyContent: "center";
alignItems: "center";
top: string;
};
stickerMsgTxtStyle: {
margin: number;
height: number;
};
stickerImageStyle: {
width: string;
height: string;
};
stickerCategoryImageStyle: {
width: number;
height: number;
};
};