Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS: RequiresMainQueueSetup #8

Open
pstanton opened this issue Sep 24, 2018 · 3 comments
Open

IOS: RequiresMainQueueSetup #8

pstanton opened this issue Sep 24, 2018 · 3 comments

Comments

@pstanton
Copy link

In iOS A warning appears on startup:

"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."

@robwalkerco
Copy link

Opened PR #13

@bntzio
Copy link

bntzio commented Nov 6, 2018

I'm getting this as well, any idea why? 🤔

@robwalkerco
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants