UNPKG

react-native-gifted-chat

Version:
14 lines (12 loc) 193 B
import { StyleSheet } from 'react-native' export default StyleSheet.create({ fill: { flex: 1, }, contentContainer: { overflow: 'hidden', }, hidden: { opacity: 0, }, })