-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
46 lines (46 loc) · 1.18 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
{
"expo": {
"name": "Gradebook",
"slug": "Gradebook",
"version": "2.0.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/dark-splash.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"userInterfaceStyle": "automatic",
"infoPlist": {
"NSFaceIDUsageDescription": "FaceID is used optionally to secure user Grades and information."
},
"bundleIdentifier": "com.mahitm.gradebook",
"config": {
"googleMobileAdsAppId": "ca-app-pub-8704529290641186~5081347114"
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.mahitm.gradebook"
},
"web": {
"favicon": "./assets/favicon.png"
},
"description": ""
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-8555090951806711~9906284761",
"ios_app_id": "ca-app-pub-8704529290641186~5081347114"
}
}