UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

11 lines (9 loc) 200 B
import { StyleSheet } from 'react-native'; export const Style = StyleSheet.create({ buttonStyle: { height: 48, width: 48, backgroundColor: "transparent", borderRadius: 24, }, });