UNPKG

react-native-multicolumn-modal-picker

Version:

It is a highly customizable React Native component for the iOS platform. It allows you to configure up to 3 selection columns in the same picker. By default, it can be used as a simple selector.

48 lines (47 loc) 1.69 kB
{ "name": "react-native-multicolumn-modal-picker", "version": "1.0.9", "description": "It is a highly customizable React Native component for the iOS platform. It allows you to configure up to 3 selection columns in the same picker. By default, it can be used as a simple selector.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "echo 'Thanks for installing my package! If you find it useful, please consider giving it a star: ⭐ on GitHub: https://github.com/Rio9735/react-native-multicolumn-modal-picker' && echo 'Also, if you'd like to see this package available for Android, please vote here: https://docs.google.com/forms/d/e/1FAIpQLSd3CWTSYT7DJcdCAMP_pE5IG8DrHc0QE2q42jden6JhgyP2PA/viewform?usp=sf_link'" }, "repository": { "type": "git", "url": "git+https://github.com/Rio9735/react-native-multicolumn-modal-picker.git" }, "keywords": [ "react-native", "react native", "iOS", "picker", "selector", "modal", "column", "multi", "column-picker", "multicolumn", "multi-column", "multi-selector", "multiselector", "multi-picker", "multipicker", "configurable", "customizable" ], "author": "Rio", "license": "MIT", "bugs": { "url": "https://github.com/Rio9735/react-native-multicolumn-modal-picker/issues" }, "homepage": "https://github.com/Rio9735/react-native-multicolumn-modal-picker#readme", "dependencies": { "@react-native-picker/picker": "^2.5.1", "prop-types": "^15.8.1" }, "peerDependencies": { "react": "*", "react-native": "*" } }