Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 266 Bytes

CheckBatterySaveMode

React Native module for checking battery save mode status on android

Example

import CheckBatterySaveMode from 'react-native-battery-save-mode';
...

CheckBatterySaveMode.isPowerSaveModeEnabled((status) => {

}, (err) => {

});

...