You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
The twilio chat is really slow. Create client takes almost 10 - 15 second to resolve the promise and also while sending a message the UI freezes and onMessage event get fired in 4 - 5 seconds.
When we debug the build in React native , everything works smooth. But for Release build or if React Native debug is turned off, everything just slows down
Here are the versions we are using
React native version : 0.59.5
Twilio Chat : 3.3.3
Is there any wrapper which we can use to call Native SDKs rather than using the Twilio-chat npm. I think Native will be the best option here.