react-native-single-choice
Version:
Radio button component for react-native
25 lines (24 loc) • 663 B
JSON
{
"name": "react-native-single-choice",
"version": "0.1.1",
"description": "Radio button component for react-native",
"main": "SingleChoice.js",
"repository": "https://github.com/vinhnglx/radio-button-react-native",
"author": "Vincent Nguyen",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"radio-button",
"react-native-radio-button"
],
"bugs": {
"url": "https://github.com/vinhnglx/radio-button-react-native/issues"
},
"homepage": "https://github.com/vinhnglx/radio-button-react-native",
"peerDependencies": {
"react-native": "*"
}
}