react-native-modal-dropdown
Version:
A react-native dropdown component for both iOS and Android.
24 lines (23 loc) • 440 B
JSON
{
"expo": {
"name": "Expo Demo",
"slug": "expo-demo",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
}
}
}