forked from Emake-If-Baiano/EMAKE-APP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (57 loc) · 1.23 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
{
"expo": {
"plugins": [
[
"expo-updates",
{
"username": "srwhale"
}
]
],
"name": "EMAKE",
"slug": "EMAKE",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/logo_antiga.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/logo_antiga.png",
"resizeMode": "contain",
"backgroundColor": "#29473b"
},
"assetBundlePatterns": [
"**/*"
],
"notification": {
"icon": "./assets/logo_antiga.png",
"color": "#29473b"
},
"ios": {
"supportsTablet": true
},
"android": {
"googleServicesFile": "./google-services.json",
"softwareKeyboardLayoutMode": "pan",
"adaptiveIcon": {
"foregroundImage": "./assets/logo_antiga.png",
"backgroundColor": "#29473b"
},
"package": "com.srwhale.EMAKE",
"versionCode": 20
},
"web": {
"favicon": "./assets/logo_antiga.png"
},
"extra": {
"eas": {
"projectId": "fd116e4f-0cb2-4aaf-a866-39217cc06205"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": "https://u.expo.dev/fd116e4f-0cb2-4aaf-a866-39217cc06205"
}
}
}