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

Hi ! I am using this package to know if the user can hear sound. The getVolume() works great. But I noticed that on iOS devices the hardware silence switch...

Usage :- this.locationListener = SystemSetting.addLocationListener( async (locationEnabled) =>{ if(!locationEnabled){ console.log("Location is turned off in between"); await this.getLocationAccess(); } } ); The logs are printing multiple times...How to prevent this effect?

- Fix the 'complete' callback on swith(Wifi|Bluetooth)Silence methods

Fix for warnings below WARN new NativeEventEmitter() was called with a non-null argument without the required addListener method. WARN new NativeEventEmitter() was called with a non-null argument without the required...

Hi c19, Thanks for creating this library! A bug report (and a potential fix): Issue description RNSS will cause crashes on Samsung s10 devices if the volume is changed in...

The promise returned by `getAppBrightness` hangs when the current activity is not defined.

Hi i was trying to follow [this](https://github.com/c19354837/react-native-system-setting/blob/master/iOS.md#ios) however i dont seems to have options provided on the screenshot I can only set preprocessor macros (that did not work) for the...

I get this error simply by just importing the library without using it. I am using version 1.7.6 on Android. ![image](https://user-images.githubusercontent.com/93972097/163144118-aee488d8-9c69-4520-9fa8-212541088590.png)

Unable to pause activity {***.MainActivity}: java.lang.IllegalArgumentException: Receiver not registered: com.ninty.system.setting.SystemSetting$VolumeBroadcastReceiver@d40d302 "name": "react-native-system-setting", "version": "1.7.6",