quickblox-react-native-samples
quickblox-react-native-samples copied to clipboard
UI issue
trafficstars
i have attachec the screenshot in There is no messages in this chat yet text was flipped
`const listEmptyComponent = useCallback(() => { return loading ? null : ( <View style={styles.messagesListEmptyView}> <Text style={styles.messagesListEmptyText}> There is no messages in this chat yet </Text> </View> ); }, [loading]);
messagesListEmptyView: { alignSelf: 'center', transform: [{scaleY: -1}], }, messagesListEmptyText: { color: colors.label, fontSize: 15, lineHeight: 18, textAlign: 'center', },
`