Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-background-step-counter

Ugur-Atakan16MIT0.1.0TypeScript support: included

This library provides an interface for tracking the number of steps taken by the user in a React Native app.

activity-recognition-api, activity-recognition, android, core-motion, ios, motion-sensor-api, motion-sensor, pedometer-api, pedometer, react-native-step-counter, react-native, sensor-manager, step-counter-api, step-counter, step-detection-api, step-detection

readme

react-native-background-step-counter

aaa

Installation

npm install react-native-background-step-counter

Usage

import { multiply } from 'react-native-background-step-counter';

// ...

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