UNPKG

expo-select-dropdown

Version:

Expo / React Native Select Dropdown with search and other customizations

57 lines (56 loc) 1.42 kB
{ "name": "expo-select-dropdown", "version": "1.2.0", "description": "Expo / React Native Select Dropdown with search and other customizations", "main": "build/index.js", "types": "build/index.d.ts", "author": "Ben Trounson", "contributors": [ { "name": "Jaime Neto", "email": "jaimeflneto@gmail.com" } ], "keywords": [ "react-native", "expo", "dropdown", "select", "search", "filter" ], "repository": "https://github.com/bjtrounson/expo-select-dropdown", "license": "MIT", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "dependencies": { "@expo/vector-icons": "^14.0.2", "react": "18.3.1", "react-native": "0.76.7", "react-dom": "18.3.1" }, "devDependencies": { "@types/react": "~18.3.12", "expo": "~52.0.0", "expo-module-scripts": "^4.0.3", "react-native": "0.76.0", "react-native-svg": "^15.11.1", "postcss": "^8.4.21", "typescript": "^5.3.3" }, "peerDependencies": { "react": "*", "react-native": "*", "expo": "*", "@expo/vector-icons": "*" } }