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
I am running react-native-android-settings-library in a Nexus 5X emulator on Android 8.0 (Oreo) with API 26. I tried both example lines from your README: RNANAndroidSettingsLibrary.main(); and RNANAndroidSettingsLibrary.open('ACTION_WIFI_SETTINGS');, but neither actually link to the settings. The line of code get hit, but nothing happens on the device.
The text was updated successfully, but these errors were encountered:
I am running react-native-android-settings-library in a Nexus 5X emulator on Android 8.0 (Oreo) with API 26. I tried both example lines from your README:
RNANAndroidSettingsLibrary.main();
andRNANAndroidSettingsLibrary.open('ACTION_WIFI_SETTINGS');
, but neither actually link to the settings. The line of code get hit, but nothing happens on the device.The text was updated successfully, but these errors were encountered: