Can Chat UIKit be used with React Native?

We currently have a mobile app built with React Native and it runs both on Android and IOS. We want to add voice+chat functionality to it. Is it possible with the Sendbird UIKit? Or do we need to go API SDK for chat and voice? (or that would neither work?)

Rene

Hello @Rbravoz,

Currently the UIKit does not support voice and thus the SDK would need to be utilized. Depending on the way you’d want to display voice vs chat, you could use the UIKit for chat and the Calls SDK independently though you’re limited in the ways you can customize UIKit.

This may be a scenario best served by utilizing the Core SDKs rather than the UIKit. That being said, we have open sourced our UIKit and so if you should want to utilize the UIKit, you could customize it to incorporate calls.