-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
80 lines (80 loc) · 1.92 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"expo": {
"name": "Foodie",
"slug": "foodie",
"description": "All your favourite recipes just a click away",
"version": "1.2.0",
"sdkVersion": "37.0.0",
"icon": "./assets/icon.png",
"githubUrl": "https://github.com/Foodie-DAAM/foodie",
"privacy": "public",
"platforms": [
"ios",
"android"
],
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#005aab"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "net.sandrohc.foodie",
"buildNumber": "1.2.0",
"supportsTablet": true,
"config": {
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.526860674382-0ronigr9a1n2il4gf18b2mujprfk5qoh"
}
}
},
"android": {
"package": "net.sandrohc.foodie",
"versionCode": 370010200,
"config": {
"googleSignIn": {
"apiKey": "AIzaSyDMdUbrpsRRw-hdd9L1FoX0PNemBNfHEXA",
"certificateHash": "ED290BDE5DB4401B2B04C0221AEF46E155860237"
}
}
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "foodie",
"project": "foodie-app",
"authToken": "19c81d146f1f4dfdb8d8dc8abf7b1d4c68c786617349425389a346bc0dffa60f"
}
}
]
},
"packagerOpts": {
"config": "metro.config.js",
"sourceExts": [
"expo.ts",
"expo.tsx",
"expo.js",
"expo.jsx",
"ts",
"tsx",
"js",
"jsx",
"json",
"wasm",
"svg"
]
},
"facebookScheme": "fb780679612335829",
"facebookAppId": "780679612335829",
"facebookDisplayName": "Foodie"
}
}