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