cometchat / cometchat-uikit-react-native

Ready-to-use Chat UI Components for React Native
https://www.cometchat.com
Other
40 stars 24 forks source link

Last Messages pushes Unread Badge to edge of screen. #44

Closed EdGitLink closed 4 months ago

EdGitLink commented 2 years ago

CometChatConversationListItem. Wrap the Text in a View to limit behavior.

<View style={{ maxWidth:'90%' }}>

{`${this.state.isThreaded ? 'In a thread : ' : ''}` + this.state.lastMessage}
          </View>