-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNSound requires main queue setup since it overrides #308
Comments
and to add another warning:
|
I'll also add this as I'm seeing the same errors. Module RCTImageLoader requires main queue setup since it overrides Then, if I try to load an audio file...
Hopefully I'm just invoking this library the wrong way, but the code I use for android with the same library works fine. |
I've looked into this issue and here is my thinking as of now:
|
On react-native
I think this is related with Could someone explain why this warning shows up ? should we ignore it and add it to the docs ? |
Module RNSound requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
The text was updated successfully, but these errors were encountered: