react-native-twilio-chat icon indicating copy to clipboard operation
react-native-twilio-chat copied to clipboard

💬 Build a Twilio-Powered Chat App Using React Native

Results 4 react-native-twilio-chat issues
Sort by recently updated
recently updated
newest added

conversation is created by using `client.createConversation` method and trying to add participant by `updatedChannel.add(userId.toString())`. but getting Bad Request error. @Gapur

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. ![Screenshot_2021-05-12-18-28-59-457_com react_native_twilio_chat](https://user-images.githubusercontent.com/8925045/117979044-2128a700-b350-11eb-88ac-ab2ad4a4cdf1.jpg)