UNPKG

react-native-walk-counter

Version:

This is a React Native Android library to get the number of steps (Pedometer)

12 lines (8 loc) 269 B
import { DeviceEventEmitter, NativeAppEventEmitter, NativeEventEmitter, NativeModules, Platform, } from 'react-native'; const { RNWalkCounter } = NativeModules; //const Emitter = new NativeEventEmitter(RNWalkCounter); export default {RNWalkCounter};