react-native-radio-button
Version:
Just a simple radio button
30 lines (29 loc) • 689 B
JSON
{
"name": "react-native-radio-button",
"version": "2.0.1",
"description": "Just a simple radio button",
"main": "./RadioButton.js",
"repository": {
"type": "git",
"url": "git@github.com:mmazzarolo/react-native-radio-button.git"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-native-animatable": "^1.2.4"
},
"peerDependencies": {
"react-native": "^0.44.0"
},
"keywords": [
"radio-button",
"react",
"react-component",
"react-native"
],
"author": {
"name": "Mazzarolo Matteo",
"url": "https://github.com/mmazzarolo"
},
"license": "MIT",
"homepage": "https://github.com/mmazzarolo/react-native-radio-button"
}