-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
61 lines (61 loc) · 1.4 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
52
53
54
55
56
57
58
59
60
61
{
"expo": {
"name": "Scenery",
"slug": "scenery",
"version": "1.0.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"jsEngine": "hermes",
"backgroundColor": "#ffffff",
"splash": {
"image": "./assets/img/river.png",
"resizeMode": "cover",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"jsEngine": "hermes",
"supportsTablet": true,
"runtimeVersion": {
"policy": "appVersion"
}
},
"android": {
"config": {
"googleMaps": {
"apiKey": "AIzaSyAGFn8i7iCiS1i-csHsLtpI1wloSrSYO4M"
}
},
"jsEngine": "hermes",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"splash": {
"image": "./assets/img/river.png",
"resizeMode": "cover",
"backgroundColor": "#ffffff"
},
"softwareKeyboardLayoutMode": "resize",
"package": "com.andriiradchenko.scenery",
"runtimeVersion": "1.0.3",
"versionCode": 37
},
"web": {
"favicon": "./assets/img/favicon2.png"
},
"plugins": [
"expo-font"
],
"extra": {
"eas": {
"projectId": "9e4ad268-895b-40e3-9020-712552b48820"
}
},
"updates": {
"url": "https://u.expo.dev/9e4ad268-895b-40e3-9020-712552b48820"
}
}
}