-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
55 lines (55 loc) · 1.51 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
{
"expo": {
"name": "insider",
"slug": "insider",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.gc.circleapp",
"googleServicesFile": "./GoogleService-Info.plist",
"buildNumber": "3",
"config": {
"googleSignIn": {
"reservedClientId": "975586407043-mbeupk2u6ap3cdp642k562042gocnith.apps.googleusercontent.com"
}
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/favicon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.gc.circleapp",
"googleServicesFile": "./google-services.json"
},
"web": {
"favicon": "./assets/images/favicon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyDahz9ZteYv0b6p00OyUciSpk3VxUTHUcw",
"authDomain": "krypto-1a924.firebaseapp.com",
"projectId": "krypto-1a924",
"storageBucket": "krypto-1a924.appspot.com",
"messagingSenderId": "975586407043",
"appId": "1:975586407043:web:465ec00b100b1924a921b6",
"measurementId": "G-R9CRBXMD2G"
}
}
}
}
}