react-native-system-setting
react-native-system-setting copied to clipboard
setAppBrightness back to system brightness
Is there a way to somehow revert back to system brightness after using setAppBrightness without asking the user's permission?
You should set to -1
SystemSetting.setAppBrightness(-1);