react-native-dropdown-autocomplete
Version:
[npm-badge]: https://img.shields.io/npm/v/react-native-dropdown-autocomplete.svg?colorA=6b7c93&colorB=5ab1b8&style=flat-square [npm-url]: https://www.npmjs.com/package/react-native-dropdown-autocomplete [npm-downloads]: https://img.shields.io/npm/dt/react
38 lines (37 loc) • 1.03 kB
JSON
{
"name": "react-native-dropdown-autocomplete",
"version": "1.0.18",
"author": "maxkordiyak",
"repository": "maxkordiyak/react-native-dropdown-autocomplete",
"license": "MIT",
"main": "index.js",
"keywords": [
"react-native",
"dropdown",
"autocomplete",
"react-native-modal",
"react-native-dropdown"
],
"dependencies": {
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-material-buttons": "^0.5.0",
"react-native-material-ripple": "^0.8.0"
},
"devDependencies": {
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-with-prettier": "^4.2.0",
"eslint-plugin-jest": "^22.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}