react-native-walk-counter
Version:
This is a React Native Android library to get the number of steps (Pedometer)
26 lines (25 loc) • 632 B
JSON
{
"name": "react-native-walk-counter",
"version": "1.0.6",
"description": "This is a React Native Android library to get the number of steps (Pedometer)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"pedometer",
"react-native-steps",
"react-native-step-counter",
"react-native-walk-counter"
],
"author": "Anooj Krishnan G",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anooj1483/react-native-walk-counter"
},
"peerDependencies": {
"react-native": "^0.41.2"
}
}