We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"react": "16.0.0-beta.5", "react-native": "0.49.3", "react-native-network-info": "^3.2.2",
Issue : some device start sending bssid 02:00:00:00:00:00 from every wifi/network
expected result: it should return different Bssid with different wifi network
The text was updated successfully, but these errors were encountered:
Assuming you are using Android 6.0+ this is to be expected: See https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-hardware-id for reference.
Plus you'll need to guarantee Location services are enabled.
Sorry, something went wrong.
No branches or pull requests
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-network-info": "^3.2.2",
Issue : some device start sending bssid 02:00:00:00:00:00 from every wifi/network
expected result: it should return different Bssid with different wifi network
The text was updated successfully, but these errors were encountered: