Vishal Narkhede

Results 106 comments of Vishal Narkhede

So I think whats happening here is that one of the foreign key constrains fails somehow, and causes the database to be locked state forever (until you reopen the app)....

:tada: This issue has been resolved in version 5.5.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/stream-chat-react-native-core/v/5.5.0) - [GitHub release](https://github.com/GetStream/stream-chat-react-native/releases/tag/v5.5.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

@asRizvi888 Here is an alternative solutions you can implement. ```tsx import { ChannelList, ChannelPreviewMessenger } from 'stream-chat-react-native'; import { TouchableOpacity } from 'react-native'; ( console.log('LONG PRESSED', props.channel.id)} onPress={() => {...

I am going to close this for now. The solution recommended above has been tested and seems to be working on our end. Please feel free to get back to...

@mishkeTz This is indeed a limitation of chat api at the moment. Could you tell me more about the product requirements around multiple channel lists? What is channel list A...