UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

12 lines (10 loc) 247 B
import React from 'react'; import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { flex: 1, paddingHorizontal: 15 }, textInput: { marginTop: 32, padding: 8, borderBottomWidth: 1, }, });