Skip to content

Commit 9e5e8ab

Browse files
committed
submit eas
1 parent 09c64f1 commit 9e5e8ab

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

example/app.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525
},
2626
"web": {
2727
"favicon": "./assets/favicon.png"
28+
},
29+
"extra": {
30+
"eas": {
31+
"projectId": "d44d6d9c-264c-433b-856a-1fe218776d55"
32+
}
33+
},
34+
"runtimeVersion": {
35+
"policy": "appVersion"
36+
},
37+
"updates": {
38+
"url": "https://u.expo.dev/d44d6d9c-264c-433b-856a-1fe218776d55"
2839
}
2940
}
3041
}

example/eas.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"cli": {
3+
"version": ">= 5.5.0"
4+
},
5+
"build": {
6+
"development": {
7+
"developmentClient": true,
8+
"distribution": "internal",
9+
"channel": "development"
10+
},
11+
"preview": {
12+
"distribution": "internal",
13+
"channel": "preview"
14+
},
15+
"production": {
16+
"channel": "production"
17+
}
18+
},
19+
"submit": {
20+
"production": {}
21+
}
22+
}

0 commit comments

Comments
 (0)