UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

15 lines (14 loc) 276 B
import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ row: { flexDirection: "row", }, heading: { paddingStart: 8, }, imageStyle: { height: 24, width: 24, marginHorizontal: 10, } });