-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
66 lines (66 loc) · 1.79 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
{
"expo": {
"name": "signML",
"slug": "signML",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"infoPlist": {},
"bundleIdentifier": "com.mypackage.signtutor",
"googleServicesFile": "./services/GoogleService-Info.plist"
},
"android": {
"package": "com.mypackage.signtutor",
"googleServicesFile": "./services/google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"permissions": [
"CAMERA",
"VIBRATE",
"WRITE_EXTERNAL_STORAGE",
"READ_EXTERNAL_STORAGE",
"MEDIA_LIBRARY"
]
},
"web": {
"favicon": "./assets/favicon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyBiMaEYN3ut3Hrv4-Q9MIlZx2E1z4lPWN0",
"authDomain": "signtutor-348614.firebaseapp.com",
"projectId": "signtutor-348614",
"storageBucket": "signtutor-348614.appspot.com",
"messagingSenderId": "549913123180",
"appId": "1:549913123180:web:dcf8fae7951ec7aff23b49",
"measurementId": "G-49Q27HY3Y0"
}
}
},
"plugins": ["sentry-expo"],
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "bolt-t4",
"project": "signtutor",
"authToken": "146e383e435f4acf83b5605a413029c8b59658a026eb43ca95aa4533922e9dcd"
}
}
]
}
}
}