-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
43 lines (43 loc) · 1002 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"expo": {
"name": "tag",
"slug": "tag",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "com.supabase",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.endercheif.tag"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.endercheif.tag"
},
"web": {
"favicon": "./assets/images/icon.png",
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "88c9573c-7d0f-4a5d-9fd0-1eb3958547db"
}
},
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/88c9573c-7d0f-4a5d-9fd0-1eb3958547db"
},
"plugins": [
"expo-font"
]
}
}