react-native-in-app-utils icon indicating copy to clipboard operation
react-native-in-app-utils copied to clipboard

Module InAppUtils requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup

Open jamesmsp89 opened this issue 7 years ago • 1 comments

I see the following warning when running my app:

Module InAppUtils 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.

Do you know what needs to happen to resolve this? @chirag04

jamesmsp89 avatar Aug 15 '18 08:08 jamesmsp89

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.

airlaser avatar Sep 10 '18 17:09 airlaser