-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
56 lines (56 loc) · 1.52 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
{
"expo": {
"name": "rodken",
"slug": "rodken",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.kittishane.rodken"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.kittishane.rodken"
},
"web": {
"favicon": "./assets/favicon.png"
},
"packagerOpts": {
"sourceExts": ["cjs", "idb"]
},
"plugins": [
[
"expo-tracking-transparency",
{
"userTrackingPermission": "This identifier will be used to deliver personalized ads to you."
}
]
],
"extra": {
"eas": {
"FIREBASE_API_KEY": "AIzaSyBrPMXdAw92A_vzV1VJ37iDDg4oTy1I4RI",
"FIREBASE_AUTH_DOMAIN": "foodroad-d75fa.firebaseapp.com",
"FIREBASE_PROJECT_ID": "foodroad-d75fa",
"FIREBASE_STORAGE_BUCKET": "foodroad-d75fa.appspot.com",
"FIREBASE_MESSAGING_SENDER_ID": "159547225170",
"FIREBASE_APP_ID": "1:159547225170:web:ff340b40419fc744e41b8b",
"FIREBASE_MEASUREMENT_ID": "G-W8264TE30X",
"projectId": "5c02793f-d096-4988-89a3-576edcb4e1bd"
}
}
}
}