Skip to content

Commit c87dd55

Browse files
committed
feat(rewrite): published new version
1 parent d29e91e commit c87dd55

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

app.json

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"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",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"scheme": "myapp",
@@ -19,7 +19,9 @@
1919
"adaptiveIcon": {
2020
"foregroundImage": "./assets/icon.png",
2121
"backgroundColor": "#ffffff"
22-
}
22+
},
23+
"package": "com.bchoubert.cryptoviewer",
24+
"versionCode": 13
2325
},
2426
"web": {
2527
"bundler": "metro",
@@ -32,6 +34,14 @@
3234
],
3335
"experiments": {
3436
"typedRoutes": true
37+
},
38+
"extra": {
39+
"router": {
40+
"origin": false
41+
},
42+
"eas": {
43+
"projectId": "4a4bb6e0-c847-11e9-bfea-4b06c365df40"
44+
}
3545
}
3646
}
3747
}

eas.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

0 commit comments

Comments
 (0)