-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
32 lines (32 loc) · 845 Bytes
/
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
{
"expo": {
"version": "1.0.4",
"name": "My Super JavaScript Adventure",
"slug": "my-super-javascript-adventure",
"description": "My personal portfolio built with React Native, Expo, LaikaJS and WebGL.",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"buildNumber": "1.0.4",
"supportsTablet": true,
"bundleIdentifier": "eu.katkus.MySuperJavaScriptAdventure"
},
"android": {
"versionCode": 4,
"package": "eu.katkus.MySuperJavaScriptAdventure",
"permissions": []
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}