UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines (8 loc) 168 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ textInput: { fontSize: 15, fontWeight: '400', padding: 10, }, });