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
Thanks for a great module. It's worked perfectly for my app for a long time.
However, I have just upgraded my React Native to the latest version on my project and I now get a warning when I run the app:
"Module ReactNativeHeading requires main queue setup since it overrides 'init' but doesn't implement 'requiresMainQueueSetup'. In a future release React Native will default to initialising all native modules on a background thread unless explicitly opted-out-of. "
It seems to work ok after that, but I wondered if this was something that will be fixed at some point as I'm concerned it might stop working on a future release?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi.
Thanks for a great module. It's worked perfectly for my app for a long time.
However, I have just upgraded my React Native to the latest version on my project and I now get a warning when I run the app:
"Module ReactNativeHeading requires main queue setup since it overrides 'init' but doesn't implement 'requiresMainQueueSetup'. In a future release React Native will default to initialising all native modules on a background thread unless explicitly opted-out-of. "
It seems to work ok after that, but I wondered if this was something that will be fixed at some point as I'm concerned it might stop working on a future release?
Thanks in advance!
The text was updated successfully, but these errors were encountered: