UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

23 lines 491 B
import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ container: { flex: 1, }, infoIconStyle: { height: 24, width: 24, tintColor: 'rgb(51,155,255)' }, appBarStyle: { flexDirection: "row", paddingEnd: 8, alignItems: "center" }, stackMe: { height: "100%", width: "100%", position: "absolute", zIndex: 10 } }); //# sourceMappingURL=style.js.map