-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
30 lines (30 loc) · 929 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"expo": {
"name": "reps",
"slug": "reps",
"version": "1.0.64",
"orientation": "portrait",
"icon": "./assets/appIcon.png",
"scheme": "reps",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#c6e9ed"
},
"updates": { "fallbackToCacheTimeout": 0 },
"assetBundlePatterns": ["**/*"],
"ios": { "supportsTablet": true, "bundleIdentifier": "com.willmac.reps" },
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptiveIcon.png",
"backgroundColor": "#c6e9ed"
},
"permissions": ["com.google.android.gms.permission.AD_ID"],
"package": "com.willmac.reps",
"versionCode": 64
},
"web": { "bundler": "metro", "favicon": "./assets/favicon.png" },
"extra": { "eas": { "projectId": "d6d4b204-e9d3-466a-874c-b4401b303173" } }
}
}