react-native-screen-brightness
react-native-screen-brightness copied to clipboard
Screen brightness module for iOS & Android on React Native
I am using this library on a MIMAX 3 and the BRIGHTNESS_MAX is 4095. The library has a hardcoded value of 255 which prevents me from setting the screen brightness...
I am use version 1.0.1 and RN 0.58.6, _tlreactnativeScreenBrightness.default.setBrigthness always null
Hello! Would it be possible to make the androidx.core a variable that can be set similar to how it works in react-native-netinfo repo? If you follow the thread, the issue...
To resolve some retrocompatibility issue with the new androidx version and avoid the following compiling error ```* What went wrong: Execution failed for task ':app:processDebugResources'. > Android resource linking failed...
1. Loaded Android Gradle Plugin conditionally This wraps the Android Gradle plugin dependency in the buildscripts section of android/build.gradle in a conditional: ``` if (project == rootProject) { // ......