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
51 lines (50 loc) • 1.2 kB
TypeScript
export declare const Styles: {
wrapperStyle: {
flex: number;
alignItems: "center";
justifyContent: "space-between";
backgroundColor: string;
};
greyWrapperStyle: {
flex: number;
width: string;
backgroundColor: string;
};
containerStyle: {
flex: number;
shadowOffset: {
width: number;
height: number;
};
shadowOpacity: number;
shadowRadius: number;
elevation: number;
paddingHorizontal: number;
borderTopLeftRadius: number;
borderTopRightRadius: number;
position: "absolute";
bottom: number;
right: number;
left: number;
};
lineContainerStyle: {
borderTopLeftRadius: number;
borderTopRightRadius: number;
justifyContent: "center";
alignItems: "center";
};
lineStyle: {
width: number;
height: number;
borderRadius: number;
marginTop: number;
marginBottom: number;
};
outerContentStyle: {
flex: number;
};
innerContentStyle: {
flex: number;
marginBottom: number;
};
};