-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.json
55 lines (55 loc) · 1.56 KB
/
app.config.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
{
"expo": {
"name": "Agendamento EJ",
"slug": "agendamentoej",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "agendamentoej",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.caiormagno.agendamentoej",
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.caiormagno.agendamentoej",
"googleServicesFile": "./google-services.json"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"FIREBASE_API_KEY": "AIzaSyDS5hBUXYI4nw55qT-FqEUvZAqdLyXtaRM",
"FIREBASE_AUTH_DOMAIN": "agendamento-2ee56.firebaseapp.com",
"FIREBASE_PROJECT_ID": "agendamento-2ee56",
"FIREBASE_STORAGE_BUCKET": "agendamento-2ee56.appspot.com",
"FIREBASE_MESSAGING_SENDER_ID": "1038770177663",
"FIREBASE_APP_ID": "1:1038770177663:web:92f59f309d23279a41e14a",
"FIREBASE_MEASUREMENT_ID": "G-D8EZXW1KTV",
"router": {
"origin": false
},
"eas": {
"projectId": "ca625189-c40e-4769-b582-758235d7d3a3"
}
}
}
}