Our app renders a QR code that gets scanned when the user brings it to a nearby post office. But the phone brightness should be at a maximum in order for it to be detected by the post office's scanner.
It would be great if we can set the brightness into the expo app.
I found a library: https://github.com/Calvin-Huang/react-native-device-brightness. But this involves linking into the native code.