react-native-background-step-counter
Version:
This library provides an interface for tracking the number of steps taken by the user in a React Native app.
32 lines (18 loc) • 510 B
Markdown
# react-native-background-step-counter
aaa
## Installation
```sh
npm install react-native-background-step-counter
```
## Usage
```js
import { multiply } from 'react-native-background-step-counter';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)