@qte/react-native-gifted-chat
Version:
Performant fork of react-native-gifted-chat with FlashList support
22 lines • 570 B
JavaScript
import { StyleSheet } from 'react-native';
export default {
left: StyleSheet.create({
container: {
flexDirection: 'row',
alignItems: 'flex-end',
justifyContent: 'flex-start',
marginLeft: 8,
marginRight: 0,
},
}),
right: StyleSheet.create({
container: {
flexDirection: 'row',
alignItems: 'flex-end',
justifyContent: 'flex-end',
marginLeft: 0,
marginRight: 8,
},
}),
};
//# sourceMappingURL=styles.js.map