chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

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

Open jamesmsp89 opened 6 years ago

jamesmsp89 commented 6 years ago

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

airlaser commented 6 years ago

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.