react-native-twilio-chat
react-native-twilio-chat copied to clipboard
[ANDROID] create channel error
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 attributes property ({}
, or {a:1}
) it throws with - Error occurred while attempting to createChannel
in IOS everything woks fine