xref: /expo/apps/sandbox/app.json (revision dfd15ebd)
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      "**/*"
21    ],
22    "userInterfaceStyle": "automatic",
23    "ios": {
24      "supportsTablet": true
25    },
26    "web": {
27      "bundler": "metro"
28    }
29  }
30}
31