react-native-heading
react-native-heading copied to clipboard
react-native-heading Warning
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!
I've created a PR for that https://github.com/yonahforst/react-native-heading/pull/23