Skip to content

Commit 9e33b9c

Browse files
dannyhwdanstepanov
authored andcommitted
fix: eas setup failing
1 parent 2970d7d commit 9e33b9c

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

.changeset/hungry-rivers-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-expo-stack': patch
3+
---
4+
5+
fixes eas setup

cli/src/templates/base/app.json.ejs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
<% if (props.internalizationPackage?.name === "i18next") { %>
1919
,"expo-localization"
2020
<% } %>
21-
<% if (props.flags?.eas) { %>
22-
,[
23-
"expo-dev-launcher",
24-
{
25-
"launchMode": "most-recent"
26-
}
27-
]
28-
<% } %>
2921
],
3022
"experiments": {
3123
"typedRoutes": true
@@ -46,17 +38,6 @@
4638
<% if (props.internalizationPackage?.name === "i18next") { %>
4739
"expo-localization"
4840
<% } %>
49-
<% if (props.flags?.eas && props.internalizationPackage?.name === "i18next") { %>
50-
,
51-
<% } %>
52-
<% if (props.flags?.eas) { %>
53-
[
54-
"expo-dev-launcher",
55-
{
56-
"launchMode": "most-recent"
57-
}
58-
]
59-
<% } %>
6041
],
6142
<% } %>
6243
"orientation": "portrait",

0 commit comments

Comments
 (0)