toggle-react-native
Version:
Toggle Switch component for react native, it works on iOS and Android. this is forked from https://github.com/aminebenkeroum/toggle-switch-react-native
41 lines (40 loc) • 1.09 kB
JSON
{
"name": "toggle-react-native",
"version": "1.1.2",
"description": "Toggle Switch component for react native, it works on iOS and Android. this is forked from https://github.com/aminebenkeroum/toggle-switch-react-native ",
"main": "ToggleSwitch.js",
"types": "ToggleSwitch.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminebenkeroum/toggle-switch-react-native.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/aminebenkeroum/toggle-switch-react-native/issues"
},
"dependencies": {
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react-native": ">=0.47.1"
},
"homepage": "https://github.com/aminebenkeroum/toggle-switch-react-native#readme",
"devDependencies": {
"typescript": "^4.0.5"
}
}