react-native-system-setting icon indicating copy to clipboard operation
react-native-system-setting copied to clipboard

setAppBrightness is not working in android Nokia phone

Open jineshmistry1312 opened this issue 2 years ago • 0 comments

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?

jineshmistry1312 avatar Sep 16 '22 11:09 jineshmistry1312