react-native-twilio-chat
react-native-twilio-chat copied to clipboard
💬 Build a Twilio-Powered Chat App Using React Native
conversation is created by using `client.createConversation` method and trying to add participant by `updatedChannel.add(userId.toString())`. but getting Bad Request error. @Gapur
err when getSubscribedChannels
I have tried this code and i also done image upload feature, Here is the messages data am getting: ``` { createdAt: Thu Dec 23 2021 12:56:23 GMT+0530 (India Standard...
When I enter the user name its redirects to my channel list but showing the msg network error and also channel is not created due to this issue. 