-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
62 lines (62 loc) · 1.44 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
62
{
"expo": {
"name": "Wado",
"slug": "Wado",
"version": "1.7.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"scheme": "wado",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#a76af7"
},
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/notificationIcon.png",
"color": "#a76af7"
}
]
],
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"config": {
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.59659678787-t4id9umoi596380ah0lp8hjop7qslk5t"
}
},
"bundleIdentifier": "com.wado.app",
"userInterfaceStyle": "automatic",
"buildNumber": "1.7.0"
},
"android": {
"googleServicesFile": "./google-services.json",
"userInterfaceStyle": "automatic",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#a76af7"
},
"package": "com.wado.app",
"versionCode": 7,
"config": {
"googleMaps": {
"apiKey": "AIzaSyA-bCBZ2z2jWWwFd7yfUVq0us0V96VVcAc"
}
}
},
"extra": {
"eas": {
"projectId": "ef8ef6be-b59f-48b7-8dd2-56410e70cdf7"
}
}
}
}