react-native-smartconfig icon indicating copy to clipboard operation
react-native-smartconfig copied to clipboard

Fix yellow warning about requiresMainQueueSetup on iOS

Open kimklai opened this issue 7 years ago • 0 comments

Fix Issue #7

  • fix the yellow warning on ios simulator Module Smartconfig 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.

kimklai avatar Oct 23 '18 14:10 kimklai