File tree 2 files changed +32
-4
lines changed
2 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"expo" : {
3
- "name" : " crypto-viewer-3 " ,
4
- "slug" : " crypto-viewer-3 " ,
5
- "version" : " 1 .0.0" ,
3
+ "name" : " crypto-viewer" ,
4
+ "slug" : " cryptoviewer " ,
5
+ "version" : " 3 .0.0" ,
6
6
"orientation" : " portrait" ,
7
7
"icon" : " ./assets/icon.png" ,
8
8
"scheme" : " myapp" ,
19
19
"adaptiveIcon" : {
20
20
"foregroundImage" : " ./assets/icon.png" ,
21
21
"backgroundColor" : " #ffffff"
22
- }
22
+ },
23
+ "package" : " com.bchoubert.cryptoviewer" ,
24
+ "versionCode" : 13
23
25
},
24
26
"web" : {
25
27
"bundler" : " metro" ,
32
34
],
33
35
"experiments" : {
34
36
"typedRoutes" : true
37
+ },
38
+ "extra" : {
39
+ "router" : {
40
+ "origin" : false
41
+ },
42
+ "eas" : {
43
+ "projectId" : " 4a4bb6e0-c847-11e9-bfea-4b06c365df40"
44
+ }
35
45
}
36
46
}
37
47
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "cli" : {
3
+ "version" : " >= 10.0.3"
4
+ },
5
+ "build" : {
6
+ "development" : {
7
+ "developmentClient" : true ,
8
+ "distribution" : " internal"
9
+ },
10
+ "preview" : {
11
+ "distribution" : " internal"
12
+ },
13
+ "production" : {}
14
+ },
15
+ "submit" : {
16
+ "production" : {}
17
+ }
18
+ }
You can’t perform that action at this time.
0 commit comments