xref: /expo/apps/sandbox/app.json (revision 47f2bcdc)
1{
2  "expo": {
3    "name": "sandbox",
4    "slug": "sandbox",
5    "privacy": "public",
6    "sdkVersion": "UNVERSIONED",
7
8    "version": "1.0.0",
9    "orientation": "portrait",
10    "icon": "./assets/icon.png",
11    "splash": {
12      "image": "./assets/splash.png",
13      "resizeMode": "contain",
14      "backgroundColor": "#ffffff"
15    },
16    "updates": {
17      "fallbackToCacheTimeout": 0
18    },
19    "assetBundlePatterns": ["**/*"],
20    "userInterfaceStyle": "automatic",
21    "ios": {
22      "supportsTablet": true
23    },
24    "web": {
25      "bundler": "metro",
26      "output": "static"
27    }
28  }
29}
30