-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (50 loc) · 1.13 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
{
"expo": {
"name": "Nihongo Idiomas",
"scheme": "nihongoidiomas",
"slug": "nihongo",
"platforms": [
"ios",
"android",
"web"
],
"version": "0.0.9",
"orientation": "portrait",
"androidStatusBar": {
"barStyle": "light-content",
"backgroundColor": "#808080"
},
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#808080"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"package": "nihongo.idiomas",
"googleServicesFile": "./google-services.json",
"versionCode": 1
},
"ios": {
"bundleIdentifier": "nihongo.idiomas",
"buildNumber": "0.0.1",
"supportsTablet": true
},
"web": {
"config": {
"firebase": {
"appId": "1:207077854831:web:2aad3b87ce3781c7d9079a",
"apiKey": "AIzaSyDEXgA3fHmE6YavA76Pa7JgqYIVZs0aKro",
"measurementId": "G-7W5GNSHXBK"
}
}
},
"entryPoint": "node_modules/expo/AppEntry.js"
}
}