-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
i have attachec the screenshot in There is no messages in this chat yet text was flipped
`const listEmptyComponent = useCallback(() => {
return loading ? null : (
There is no messages in this chat yet
);
}, [loading]);
messagesListEmptyView: {
alignSelf: 'center',
transform: [{scaleY: -1}],
},
messagesListEmptyText: {
color: colors.label,
fontSize: 15,
lineHeight: 18,
textAlign: 'center',
},
`
Metadata
Metadata
Assignees
Labels
No labels