
Company News
Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.
@t2tx/react-native-universal-pedometer
Advanced tools
React Native universal pedometer. This is a fork from @JWWon/react-native-universal-pedometer.
React Native pedometer support for iOS version 8.0 and higher and Android. The module is CMPedometer wrapper. More info about CMPedometer can be found in https://developer.apple.com/library/ios/documentation/CoreMotion/Reference/CMPedometer_class/
npm install --save @t2tx/react-native-universal-pedometeror
yarn add @t2tx/react-native-universal-pedometer
cd ios && pod install && cd ..add NSMotionUsageDescription on ios/<your-project>/info.plist
// info.plist
<dict>
...
<key>NSMotionUsageDescription</key>
<string></string>
</dict>
import Pedometer from '@t2tx/react-native-universal-pedometer';
or
var Pedometer = require('@t2tx/react-native-universal-pedometer');
| Method Name | Arguments | Notes |
|---|---|---|
isStepCountingAvailable | callback: Callback | |
isDistanceAvailable | callback: Callback | |
isFloorCountingAvailable | callback: Callback | |
isPaceAvailable | callback: Callback | |
isCadenceAvailable | callback: Callback | |
startPedometerUpdatesFromDate | date: Date.getTime(), listener: Listener | start tracking from current time |
queryPedometerDataBetweenDates | startDate: Date.getTime(), endDate: Date.getTime(), callback: QueryCallback | query pedometer data from selected date to other selected date |
stopPedometerUpdates | stop pedometer updates |
| Type Name | Interface |
|---|---|
PedometerInterface | { startDate: nubmer; endDate: number; numberOfSteps: number; distance: number; } |
Callback | (error: string or null, avaliable: boolean) => any |
Listener | (data: PedometerInterface) => any |
QueryCallback | (error: string or null, data: PedometerInterface or null) => any |
FAQs
React Native universal pedometer. This is a fork from @JWWon/react-native-universal-pedometer.
We found that @t2tx/react-native-universal-pedometer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.

Research
/Security News
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.