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

React Native wrapper for the Twilio Programmable Chat iOS and Android SDKs

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

https://github.com/ccm-innovation/react-native-twilio-chat/pull/24

Hello, Today I received an email from Carl Olivier (Director of Product, Realtime Data Services at Twilio). They updated their JS SDK and now it supports React Native apps. [Reference](https://www.twilio.com/docs/api/chat/changelogs/javascript#programmable-chat-101-may-19-2017)...

"react-native-twilio-chat": "0.3.1" ![screen shot 2017-07-17 at 5 01 32 pm](https://user-images.githubusercontent.com/5603242/28271592-9e41467e-6b11-11e7-8d68-c7dcd4369f7d.png)

Promise returned by `channel.getMessages(10)` not resolving. I went inside the iOS code to set breakpoints and narrowed down to the fact that the callback for `getLastMessagesWithCount` doesn't seem to be...

The NPE causes a lot of crashes in our app. Although we had JS check to avoid shutting down un-initialized client as follow: * create client ```js let clientInitialised =...

When I switch to the current lib release, archiving on xcode seems to generate an invalid bundle which can't be uploaded to appstore. If I switch to my fork it...

` this.twilioClient.onChannelInvited = (channel) => { ToastAndroid.show(`${channel.uniqueName}`,ToastAndroid.SHORT); } `

using `@0.3.1` When using createChannel in android - without giving `attributes` property in `options` arg, it says - `couldn't find key attributes in dynamic object`. when I add an empty...