UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (7 loc) 157 B
import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ listContainer: { borderRadius: 8, overflow: "hidden" }, });