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

~\node_modules\react-native-twilio-chat\android\src\main\java\com\bradbumbalough\RCTTwilioChat\RCTTwilioChatPackage.java:15: error: method does not override or implement a method from a supertype @Override ^ Note: ~\node_modules\react-native-twilio-chat\android\src\main\java\com\bradbumbalough\RCTTwilioChat\RCTTwilioChatClient.java uses or overrides a deprecated API. > "react": "16.0.0-alpha.12", > "react-native": "0.46.4", compileSdkVersion...

Attempt to read from field 'long com.twilio.accessmanager.Token.exp' on a null object reference. This is my error and I just started to use following the documentation, this only appears when I...

Hi, I have an issue with the Android app. If I try to create a new Client, then I get a Client. But when I try to initialize my Client,...

I was wondering how we could use this with a token generated via an URL This is our URL that generates tokens: https://rackley-collie-6338.twil.io/chat-token Thanks you very much :)

We're just about to implement a chat with GiftedChat and Firebase, and then we saw this, which looks awesome. But it looks worrisome when the last commit was 6 months...

didn't called I don't know how to call this method please provide implementation tutorial

what is the latest React Native version this package supports?

- Fixes an issue with getMembers on channel always returning undefined. - Implement getUserDescriptor and getAndSubscribeUser on android

Hello, In `onSuccess` calback for `getMessagesCount` method in `RCTTwilioChatChannels.java`, `Long` argument is being passed to `promise.resolve`, which, as far as I know, can't be done because react native doesn't implement...