You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Module WifiManager requires main queue setup since it overrides constantsToExport but doesn't implement requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly option-out of."
The text was updated successfully, but these errors were encountered:
@bntzio React Native added this warning a while back.
I've opened PR #13 to fix this.
In the meantime, you could either just live with the warning, or you could temporarily install the PR branch like yarn add blackdeve/react-native-wifi#13/head
In iOS A warning appears on startup:
"Module WifiManager requires main queue setup since it overrides
constantsToExport
but doesn't implementrequiresMainQueueSetup
. In a future release React Native will default to initializing all native modules on a background thread unless explicitly option-out of."The text was updated successfully, but these errors were encountered: