UNPKG

react-native-multiple-choice-picker

Version:
39 lines (38 loc) 844 B
{ "name": "react-native-multiple-choice-picker", "version": "1.0.6", "description": "Simple multiple choice picker for react native", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nguythaitinh/react-native-multiple-choice-picker" }, "author": "Nguyen Thai Tinh", "license": "ISC", "devDependencies": { "metro-react-native-babel-preset": "^0.57.0" }, "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.7.2", "react-native": "^0.61.3" }, "keywords": [ "multiple-choice", "single-choice", "ios", "android", "react-native", "react-component", "choice", "choices", "question", "answer", "selection", "picker", "mobile" ] }