-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
62 lines (62 loc) · 1.41 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": "Econominhas",
"slug": "econominhas",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "econominhas",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#4B00FA"
},
"assetBundlePatterns": [
"**/*"
],
"plugins": [
"expo-router",
"expo-font",
[
"expo-dev-launcher",
{
"launchMode": "most-recent"
}
],
[
"@react-native-google-signin/google-signin",
{
"iosUrlScheme": "com.googleusercontent.apps.1085687997217-mhdvo3uarjf8bdruf7b9trvlissmrgil"
}
]
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.econominhas"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#4B00FA"
},
"package": "com.econominhas"
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"runtimeVersion": "1.0.0",
"extra": {
"eas": {
"projectId": "ca980805-e57a-46b9-99c0-71417e7701e4"
}
},
"owner": "econominhas",
"updates": {
"url": "https://u.expo.dev/ca980805-e57a-46b9-99c0-71417e7701e4"
},
"experiments": {
"typedRoutes": true
}
}
}