react-native-in-app-utils
react-native-in-app-utils copied to clipboard
Module InAppUtils requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup
I see the following warning when running my app:
Module InAppUtils requires main queue setup since it overrides
initbut 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.
Do you know what needs to happen to resolve this? @chirag04
https://github.com/chirag04/react-native-in-app-utils/pull/175
This is fixed but not in a release. You can point to the commit directly.