0.1.0 • Published 8 months ago

react-native-activity-utils v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

react-native-activity-utils

Provides some utility methods from Activity class to enable showing it on locked screen and keeping screen awake on Android.

Installation

npm install react-native-activity-utils

Usage

import { multiply } from 'react-native-activity-utils';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library

0.1.0

8 months ago