Skip to content

Commit e5e6dc0

Browse files
committed
feat: configure eas
1 parent 2e2c796 commit e5e6dc0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

example/app.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"bundleIdentifier": "com.renegades.ahaps",
1111
"appleTeamId": "LYW59CWY29"
1212
},
13-
"plugins": ["expo-router"]
13+
"plugins": [
14+
"expo-router"
15+
],
16+
"extra": {
17+
"router": {},
18+
"eas": {
19+
"projectId": "d0c6f783-e1aa-435b-8bb8-caec5bbf7e86"
20+
}
21+
},
22+
"owner": "renegades-studio",
23+
"slug": "ahaps"
1424
}
1525
}

example/eas.json

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

0 commit comments

Comments
 (0)