react-native-system-setting
react-native-system-setting copied to clipboard
setAppBrightness is not working in android Nokia phone
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 to 1 but on screen, nothing change. May be it is overridden by system brightness. I don't want to change system's brightness. Can someone please suggest any solution for this?