BradByte

Results 37 comments of BradByte

@benoist @svlaev thanks so much for working on this! I'm sorry I was out of pocket.

Looks like the Android 1.0 still has `onSynchronizationChanged` as the method name, but we should update the event name so it syncs with the iOS change. https://media.twiliocdn.com/sdk/android/chat/releases/1.0.0/docs/com/twilio/chat/ChatClient.html#onSynchronizationChanged-com.twilio.chat.Channel-

@svlaev awesome! thanks for the help.

It might be that this needs to default to empty object instead of `null`. https://github.com/ccm-innovation/react-native-twilio-chat/blob/master/lib/Channel.js#L217.

A work around for now would be to pass `{}` as the optional 2nd argument to the `sendMessage` method.

@shubhangi-asgola that's because they're ES6 exports.. you need to `import` them or require them with `.default`.