-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
44 lines (44 loc) · 1.26 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
{
"expo": {
"name": "VocaBoost (GRE)",
"slug": "vocabularyboost",
"owner": "cwhuang29",
"version": "1.3.0",
"description": "VocaBoost helps you improve your GRE vocabulary in an effective way",
"orientation": "portrait",
"icon": "./src/assets/icons/logo-square.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./src/assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#fdfdfd"
},
"assetBundlePatterns": ["**/*"],
"scheme": "msauth.vocaboost.com",
"ios": {
"bundleIdentifier": "vocaboost.com",
"buildNumber": "1.3.2",
"supportsTablet": true,
"googleServicesFile": "./google-services-secret-ios.plist"
},
"android": {
"package": "vocaboost.com",
"versionCode": 5,
"permissions": ["com.google.android.gms.permission.AD_ID"],
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"foregroundImage": "./src/assets/icons/logo.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"favicon": "./src/assets/favicon.png"
},
"plugins": ["@react-native-google-signin/google-signin"],
"extra": {
"eas": {
"projectId": "0b83e8e2-61d4-4829-b6d7-e6e0fd4e2cab"
}
}
}
}