Skip to content

tomekzaw/react-native-turbo-battery

Repository files navigation

react-native-turbo-battery

React Native TurboModule for getting battery level.

Installation

yarn add react-native-turbo-battery

Usage

import { getBatteryLevel } from "react-native-turbo-battery";

// ...

const batteryLevel = getBatteryLevel();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT