UNPKG

@qte/react-native-gifted-chat

Version:

Performant fork of react-native-gifted-chat with FlashList support

11 lines 242 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ fill: { flex: 1, }, centerItems: { justifyContent: 'center', alignItems: 'center', }, }); //# sourceMappingURL=styles.js.map