@hashiprobr/react-native-paper-dropdown
Version:
A fork of Fateh Farooqui's react-native-paper-dropdown with additional configurability
50 lines • 1.25 kB
JSON
{
"name": "@hashiprobr/react-native-paper-dropdown",
"version": "1.1.0",
"description": "A fork of Fateh Farooqui's react-native-paper-dropdown with additional configurability",
"keywords": [
"JavaScript",
"React",
"React Native",
"React Native Paper",
"React Native Paper Component",
"DropDown",
"Material Design"
],
"homepage": "https://github.com/hashiprobr/react-native-paper-dropdown#readme",
"bugs": {
"url": "https://github.com/hashiprobr/react-native-paper-dropdown/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashiprobr/react-native-paper-dropdown.git"
},
"license": "MIT",
"author": "Marcelo Hashimoto",
"contributors": [
{
"name": "Fateh Farooqui",
"url": "https://github.com/fateh999"
}
],
"main": "dist/DropDown.js",
"types": "dist/DropDown.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"@hashiprobr/react-use-mount-and-update": "*",
"@types/react": "*",
"@types/react-native": "*",
"react": "*",
"react-native": "*",
"react-native-paper": "*",
"typescript": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}