UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

17 lines (15 loc) 343 B
//@ts-ignore import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { flexDirection: 'row', width: '100%' }, backButtonStyle: { justifyContent: 'center', paddingLeft: 15, paddingRight: 6, }, backButtonIconStyle: { height: 25, width: 25, resizeMode: 'contain', }, });