It return's the status of appstandby buckets of an Android app
npm install react-native-appstandby-buckets
or
yarn add react-native-appstandby-buckets
import { getStandbyBucketStatus } from 'react-native-appstandby-buckets';
// ...
const result = await getStandbyBucketStatus();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library