File tree Expand file tree Collapse file tree 5 files changed +28
-29
lines changed Expand file tree Collapse file tree 5 files changed +28
-29
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "expo" : {
3
- "name" : " mines " ,
4
- "slug" : " mines" ,
5
- "version" : " 1.0.0" ,
6
- "orientation" : " portrait" ,
7
- "icon" : " ./assets/icon.png" ,
8
- "splash" : {
9
- "image" : " ./assets/splash.png" ,
10
- "resizeMode" : " contain" ,
11
- "backgroundColor" : " #ffffff "
12
- },
13
- "updates" : {
14
- "fallbackToCacheTimeout" : 0
15
- },
16
- "assetBundlePatterns" : [
17
- " **/* "
18
- ],
19
- "ios" : {
20
- "supportsTablet " : true
21
- },
22
- "android " : {
23
- "adaptiveIcon " : {
24
- "foregroundImage" : " ./assets/adaptive-icon.png " ,
25
- "backgroundColor " : " #FFFFFF "
26
- }
27
- },
28
- "web " : {
29
- "favicon" : " ./assets/favicon.png "
2
+ "expo" : {
3
+ "name" : " Mines " ,
4
+ "slug" : " mines" ,
5
+ "version" : " 1.0.0" ,
6
+ "orientation" : " portrait" ,
7
+ "icon" : " ./assets/icon.png" ,
8
+ "splash" : {
9
+ "image" : " ./assets/splash.png" ,
10
+ "resizeMode" : " contain" ,
11
+ "backgroundColor" : " #AAA "
12
+ },
13
+ "updates" : {
14
+ "fallbackToCacheTimeout" : 0
15
+ },
16
+ "assetBundlePatterns" : [" **/* " ],
17
+ "ios" : {
18
+ "supportsTablet" : true
19
+ },
20
+ "android " : {
21
+ "adaptiveIcon" : {
22
+ "foregroundImage " : " ./assets/adaptive-icon.png " ,
23
+ "backgroundColor " : " #AAA "
24
+ } ,
25
+ "package " : " com.ebdonato.mines "
26
+ },
27
+ "web" : {
28
+ "favicon " : " ./assets/favicon.png "
29
+ }
30
30
}
31
- }
32
31
}
You can’t perform that action at this time.
0 commit comments