react-native-customisable-combobox
Version:
A simple react native combobox
27 lines (26 loc) • 615 B
JSON
{
"name": "react-native-customisable-combobox",
"version": "1.0.30",
"description": "A simple react native combobox",
"main": "dist/Combobox.js",
"types": "dist/Combobox.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Cosmin Ciolacu",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Cosmin-Ciolacu/react-native-combobox.git"
},
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react-native": "^0.73.0",
"typescript": "^5.5.4"
},
"keywords": [
"react",
"react-native",
"combobox"
]
}