We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cdc41 commit 8fc7e63Copy full SHA for 8fc7e63
app.json
@@ -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