react-native-android-navbar-height
react-native-android-navbar-height copied to clipboard
requiresMainQueueSetup
WARN Module AndroidNavbarHeight requires main queue setup since it overrides init
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.
@mBarlescu thanks for pointing this out
Never seen this before
If you could point to the exact place where it should be added or - even better - create a PR - will be much appreciated
Another RN package had a similar issue and needed to add it to the packages' root .m
file like so: https://github.com/christopherdro/react-native-print/pull/61/files