forked from nodejs/node-chakracore
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add requiresMainQueueSetup method #28
Labels
Comments
Hi @rayronvictor, |
jaimecbernardo
pushed a commit
to JaneaSystems/nodejs-mobile-react-native
that referenced
this issue
Jan 8, 2018
Adds requiresMainQueueSetup method, as required since react-native version 0.49, returning NO because constantsToExport isn't used. Updates the react-native peerDependency to version 0.52 . PR-URL: #5 Fixes: JaneaSystems/nodejs-mobile#28 Fixes: JaneaSystems/nodejs-mobile#29 Reviewed-By: Jaime Bernardo <[email protected]>
The fix for this issue landed in JaneaSystems/nodejs-mobile-react-native@c32ace3 |
softdevjs7
added a commit
to softdevjs7/nodejs-mobile-react-native
that referenced
this issue
Sep 30, 2022
Adds requiresMainQueueSetup method, as required since react-native version 0.49, returning NO because constantsToExport isn't used. Updates the react-native peerDependency to version 0.52 . PR-URL: JaneaSystems/nodejs-mobile-react-native#5 Fixes: JaneaSystems/nodejs-mobile#28 Fixes: JaneaSystems/nodejs-mobile#29 Reviewed-By: Jaime Bernardo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since React-Native 0.49, requiresMainQueueSetup needs to be defined if the module overrides constantsToExport.
Warning:
The text was updated successfully, but these errors were encountered: