Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Screen brightness module for iOS & Android on React Native

Notifications You must be signed in to change notification settings

wavyapp/react-native-screen-brightness

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-screen-brightness

Access and update the system brightness on a device.

Install

Install with yarn or npm.

yarn add react-native-screen-brightness
npm i --save react-native-screen-brightness

Example

import ScreenBrightness from 'react-native-screen-brightness';

ScreenBrightness.setBrightness(0.5); // between 0 and 1

ScreenBrightness.getBrightness().then(brightness => {
  console.log('brightness', brightness);
});

About

Screen brightness module for iOS & Android on React Native

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.4%
  • Objective-C 8.4%
  • Ruby 5.4%
  • JavaScript 0.8%