We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c64f1 commit 9e5e8abCopy full SHA for 9e5e8ab
2 files changed
example/app.json
@@ -25,6 +25,17 @@
25
},
26
"web": {
27
"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"
39
}
40
41
example/eas.json
@@ -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
13
+ "channel": "preview"
14
15
+ "production": {
16
+ "channel": "production"
17
18
19
+ "submit": {
20
+ "production": {}
21
22
+}
0 commit comments