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 get the WIFI state. When I am running the App I am getting this error - `new NativeEventEmitter()` was called with a non-null...

I'm trying to use this package on iOS. If I just `import SystemSetting from "react-native-system-setting"` without using it, it runs fine, but when calling any of the `SystemSetting` methods, I...

Hi, I intermittently receive errors about 'calling start activity from outside of an activity context' when I call the setVolume method. I believe its due to a new activity being...

Package: "react-native-system-setting": "1.7.6". Platform: iOS OS version: 15.0 beta Issue: SystemSetting.addVolumeListener listener is called when physical volume buttons are pressed on a device.

Hey, I would like to know is there any target to implement wifi, airplane mode listeners in ios? if yes, then any specific date?

Added stubs to ignore warning logs which are useless based on https://github.com/software-mansion/react-native-reanimated/issues/2297#issuecomment-904056543 & https://github.com/react-native-community/releases/issues/245#issuecomment-904810921

Package: "react-native-system-setting": "2.1.2". Platform: iOS OS version: 15.1 Issue: When the user opens is listening to external music (Apple Music/Spotify) and open the app, the music stops.

Is there a way to somehow revert back to system brightness after using **setAppBrightness** without asking the user's permission?

now, we hardcode max brightness value to 255 https://github.com/c19354837/react-native-system-setting/blob/001d7efc72a1ae2b5bcb6c3d41846337c33508a5/android/src/main/java/com/ninty/system/setting/SystemSetting.java#L225 https://github.com/c19354837/react-native-system-setting/blob/001d7efc72a1ae2b5bcb6c3d41846337c33508a5/android/src/main/java/com/ninty/system/setting/SystemSetting.java#L255 https://github.com/c19354837/react-native-system-setting/blob/001d7efc72a1ae2b5bcb6c3d41846337c33508a5/android/src/main/java/com/ninty/system/setting/SystemSetting.java#L275 but, the value may not equal to 255 on some device for example, the value is 4096 on Xiaomi,...

It seems the iOS camera app can hide the volume slider overlay when its active and the user presses the volume buttons. Is there a way to achieve this too...