-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
51 lines (51 loc) · 1.56 KB
/
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
44
45
46
47
48
49
50
51
{
"name": "grapes-app",
"displayName": "grapes-app",
"expo": {
"name": "grapes-app",
"slug": "grapes-app",
"version": "2.0.1",
"orientation": "portrait",
"icon": "https://user-images.githubusercontent.com/62257716/264522331-c7610181-a16f-4ad0-9fcc-ed7272234c98.png",
"userInterfaceStyle": "light",
"splash": {
"image": "https://user-images.githubusercontent.com/62257716/264520512-4dc72e4e-bd28-4eb1-886f-56b3efb001c4.png",
"resizeMode": "contain",
"backgroundColor": "#1a1e47"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "G080523.0",
"buildNumber": "2",
"runtimeVersion": {
"policy": "sdkVersion"
}
},
"web": {
"favicon": "https://user-images.githubusercontent.com/62257716/258604320-4c2b3b04-262e-4f6e-86a4-5e0569e6711a.png",
"bundler": "metro",
"runtimeVersion": {
"policy": "sdkVersion"
}
},
"extra": {
"eas": {
"projectId": "dcb3fd06-2e7e-4c68-995b-8e772d1f041c"
}
},
"owner": "nini_bee",
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": "https://u.expo.dev/dcb3fd06-2e7e-4c68-995b-8e772d1f041c"
},
"android": {},
"plugins": [
"expo-localization"
]
}
}