chirag04 / react-native-in-app-utils

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

requiresMainQueueSetup warning #164

Closed rangav closed 6 years ago

rangav commented 6 years ago

Hi

The RN is warning about requiresMainQueueSetup missing. i think we should return YES

+ (BOOL)requiresMainQueueSetup
{
  return YES;
}
anonrig commented 6 years ago

Any pull request on this?

airlaser commented 5 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.