UNPKG

react-native-sectioned-multi-select

Version:

a multi (or single) select component with support for sub categories, search, chips.

47 lines (46 loc) 1.33 kB
{ "name": "react-native-sectioned-multi-select", "version": "0.10.0", "description": "a multi (or single) select component with support for sub categories, search, chips.", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "lint": "eslint ./lib/**/*.{js,jsx} --fix", "format": "prettier ./lib/**/*.{js,jsx} --write && npm run lint --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "lodash.isequal": "^4.5.0", "memoize-one": "^6.0.0" }, "devDependencies": { "@react-native-community/eslint-config": "^3.0.1", "eslint": "^7.32.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-react-native-a11y": "^3.0.0", "prettier": "^2.5.1" }, "peerDependencies": { "prop-types": "^15.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/renrizzolo/react-native-sectioned-multi-select.git" }, "keywords": [ "select", "multiselect", "picker", "category", "react", "native" ], "author": "Ren Rizzolo", "license": "MIT", "bugs": { "url": "https://github.com/renrizzolo/react-native-sectioned-multi-select/issues" }, "homepage": "https://github.com/renrizzolo/react-native-sectioned-multi-select#readme" }