react-native-system-setting icon indicating copy to clipboard operation
react-native-system-setting copied to clipboard

A library to access system setting, and change it easily. eg: volume, brightness, wifi

Results 68 react-native-system-setting issues
Sort by recently updated
recently updated
newest added

Device : Nokia 7.2 OS: android 11 ``` "react-native": "0.69.4", "react-native-system-setting": "^1.7.6" ``` I'm facing issue to set app brightness to full `SystemSetting.setAppBrightness(1);`. When i check using `SystemSetting.getAppBrightness()`, it's set...

Hello, When I run the ./gradlew build command I get the following error: `Error: Missing permissions required by BluetoothAdapter.disable: android.permission.BLUETOOTH_CONNECT [MissingPermission] bluetoothAdapter.disable(); ~~~~~~~~~~~~~~~~~~~~~~~~~~` For the command to succeed I add...

This module was crashing our app so I created this patch file using `patch-package` for all open PRs (excluding ReadME PRs) as of this posting. While the result was stable,...

Both Android platform and `react-native` are having great changes. Now is not the time to not merge PRs for more than 2 years. Either put up a deprecation warning and...

The function isAirplaneEnabled() not works in an iPhone with eSIM. Always returns true like expected when has no SIM. It works fine on iPhone with a fiscal SIM.

I've tried to add the listeners in my project and i was not able to make them work. when I checked the issues, there were many issue regarding the same,...