Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Doesn't seem to work on Android #8

@filiphosko

Description

@filiphosko

Hi, I can't get it to work. When I set the brightness inside my app, I can get the value I set it to right away, but it just doesn't dim the brightness. I tested it on Google Nexus 7 (Android 6.0.1) and RN version 0.44.0. Is there something I am missing?

deviceBrightness.setBrightnessLevel(0.2);
deviceBrightness.getBrightnessLevel()
  .then((brightness) => {
    console.log(brightness); // prints 0.2
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions