react-native-screen-brightness
react-native-screen-brightness copied to clipboard
Screen brightness module for iOS & Android on React Native
Since migrating to 0.2.0 setBrightness is not working for me anymore, setAppBrightness does work. Probably related to issues with requesting the permission? I am using RN 0.31.0
Just a quick suggestion — I came across this and it took me a while to confirm that it was actually MIT-licensed (per `package.json`)
Hello, I follow it . [LINK](https://github.com/robinpowered/react-native-screen-brightness/issues/2) But I can not build it successfully. ``` :react-native-screen-brightness:compileReleaseJavaWithJavac D:\Racti Native\Anping_V002\node_modules\react-native-screen-brightness\android\src\main\java\com\robinpowered\react\ScreenBrightness\ScreenBrightnessModule.java:28: error: ScreenBrightnessModule is not abstract and does not override abstract method onNewIntent(Intent) in...
Hi. Is it possible to unset the set value and have the brightness back on auto mode? Thank you
Could you please public 0.2.0 to NPM? This way people wont have to do all of these manual fixes themselves. Just for reference: https://github.com/robinpowered/react-native-screen-brightness/issues/12 does fix the build issues on...
I'm confused. Why don't the docs say this anywhere. Very poor documentation. I tried to link this package and it crashed, tried to do it manually but it fails at...
When trying to call: `ScreenBrightness.setBrightness(value) .then(() => {}, e => console.log('ERROR: ', e)) ` I receive this console log: > 11-21 12:47:45.631 17605 17713 I ReactNativeJS: 'ERROR: ', { [Error:...