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

I have some process that change volume in background and change the volume. I used ``` setVolume(0.5, { showUI: false }) ``` I need hide when user application on background....

Please indicate which of these features will be allowed by Apple/Google for apps to be provided via the app store / play store? Is it possible to include feature to...

I think it would be a useful feature to be able to create/control the system VPN settings. That would include: setting up a new connection, modifying it and then toggling...

is it possible to turn on/off a hotspot(not wifi) programaticlly?

Is there a way to switch mobile data?

Mobile Data

I just tested android device only. There is a problem that the `addVolumeListener` is called twice when the sound mode is "music". my code snipppet is here ```js componentDidMount =...

OPPO R7Plust Android: 5.0 Fatal Exception: java.lang.RuntimeException: Unable to pause activity {***}: java.lang.RuntimeException: java.lang.IllegalArgumentException: Receiver not registered: com.ninty.system.setting.SystemSetting$VolumeBroadcastReceiver@81fac47 at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3646) at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3601) at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3576) at android.app.ActivityThread.access$1200(ActivityThread.java:195) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1544) at android.os.Handler.dispatchMessage(Handler.java:111)...

I get the following error when I try to build the example on a windows 8 machine. No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android...

When I set the volume to 0 the system vibrates but makes no sound. However when I set the volume back to the initial setting, it plays a sound. Am...