react-native-heading icon indicating copy to clipboard operation
react-native-heading copied to clipboard

react-native-heading Warning

Open tinymobile opened this issue 6 years ago • 1 comments

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!

tinymobile avatar Dec 07 '18 13:12 tinymobile

I've created a PR for that https://github.com/yonahforst/react-native-heading/pull/23

j-pawlowski avatar Jan 06 '19 23:01 j-pawlowski