Skip to content

Commit 8fc7e63

Browse files
Add files via upload
1 parent 68cdc41 commit 8fc7e63

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

app.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"expo": {
3+
"name": "DoneWithIt",
4+
"slug": "DoneWithIt",
5+
"version": "1.0.0",
6+
"orientation": "portrait",
7+
"icon": "./app/assets/icon.png",
8+
"splash": {
9+
"image": "./app/assets/splash.png",
10+
"resizeMode": "contain",
11+
"backgroundColor": "#ffffff"
12+
},
13+
"updates": {
14+
"fallbackToCacheTimeout": 0
15+
},
16+
"assetBundlePatterns": ["**/*"],
17+
"ios": {
18+
"supportsTablet": true
19+
},
20+
"android": {
21+
"adaptiveIcon": {
22+
"foregroundImage": "./app/assets/adaptive-icon.png",
23+
"backgroundColor": "#FFFFFF"
24+
}
25+
},
26+
"web": {
27+
"favicon": "./app/assets/favicon.png"
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)