react-native-smartconfig
react-native-smartconfig copied to clipboard
Fix yellow warning about requiresMainQueueSetup on iOS
Fix Issue #7
- fix the yellow warning on ios simulator
Module Smartconfig requires main queue setup
since it overrides
initbut doesn't implementrequiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.