quickblox-react-native-samples icon indicating copy to clipboard operation
quickblox-react-native-samples copied to clipboard

UI issue

Open rajmohanIOS opened this issue 6 months ago • 0 comments
trafficstars

i have attachec the screenshot in There is no messages in this chat yet text was flipped

Image

`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', },

`

rajmohanIOS avatar May 20 '25 08:05 rajmohanIOS