DolbyIO / comms-sdk-react-native

Dolby.io Communications SDK for React Native
https://www.npmjs.com/package/@dolbyio/comms-sdk-react-native
MIT License
8 stars 0 forks source link

Fix warning about needing to instantiate on main #267

Closed graduad closed 1 year ago

graduad commented 1 year ago

For iOS we are now indicating through requiresMainQueueSetup() returning false that modules do not need to be instantiated on the main thread.