Reputation: 91
I want to use QuickBlox for creating a chat app in react native. I don't know from where to start. Just need to know is there any library that provide quickblox chat for react native or creating bridge between ios/android and react native is only option.
Upvotes: 1
Views: 448
Reputation: 233
QuickBlox has recently released ReactNative SDK, you can check the documentation and the official chat sample
Upvotes: 0
Reputation: 47
As far as I know QuickBlox does not support React Native officially. So, if you need it to be done with QuickBlox, you'll end up using some third-party library.
If you are considering alternatives to QuickBlox, you can try another provider who has React native support added. You can try one of the following providers:
ConnectyCube - has React Native chat and video chat code samples
Applozic - has React Native chat, but does not support video calls already
Upvotes: 2