-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (41 loc) · 859 Bytes
/
app.json
File metadata and controls
41 lines (41 loc) · 859 Bytes
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
{
"expo": {
"name": "with-run",
"slug": "with-run",
"scheme": "withrun",
"version": "1.0.0",
"icon": "./assets/with_run_icon.png",
"android": {
"package": "com.mobile",
"adaptiveIcon": {
"foregroundImage": "./assets/with_run_icon.png",
"backgroundColor": "#FFFFFF"
},
"intentFilters": [
{
"action": "VIEW",
"category": [
"BROWSABLE",
"DEFAULT"
],
"data": [
{
"scheme": "withrun",
"host": "auth",
"pathPrefix": "/callback"
}
]
}
]
},
"ios": {
"bundleIdentifier": "com.mobile"
},
"extra": {
"eas": {
"projectId": "7c9f5557-1227-4960-b029-3bd1aa4caae7"
}
},
"owner": "jiwon-rd"
}
}