toggle-switch-react
Version:
Toggle Switch component for react native, it works on iOS and Android.
37 lines (36 loc) • 871 B
JSON
{
"name": "toggle-switch-react",
"version": "1.0.0",
"description": "Toggle Switch component for react native, it works on iOS and Android.",
"main": "ToggleSwitch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hungptse/toggle-switch-rn.git"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-toggle-switch",
"toggle-switch",
"toggle",
"switch",
"on-off",
"ios",
"android"
],
"author": "aminebenkeroum",
"license": "MIT",
"bugs": {
"url": "https://github.com/hungptse/toggle-switch-rn/issues"
},
"dependencies": {
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react-native": ">=0.47.1"
},
"homepage": "https://github.com/hungptse/toggle-switch-rn#readme"
}