We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2970d7d commit 9e33b9cCopy full SHA for 9e33b9c
2 files changed
.changeset/hungry-rivers-agree.md
@@ -0,0 +1,5 @@
1
+---
2
+'create-expo-stack': patch
3
4
+
5
+fixes eas setup
cli/src/templates/base/app.json.ejs
@@ -18,14 +18,6 @@
18
<% if (props.internalizationPackage?.name === "i18next") { %>
19
,"expo-localization"
20
<% } %>
21
- <% if (props.flags?.eas) { %>
22
- ,[
23
- "expo-dev-launcher",
24
- {
25
- "launchMode": "most-recent"
26
- }
27
- ]
28
- <% } %>
29
],
30
"experiments": {
31
"typedRoutes": true
@@ -46,17 +38,6 @@
46
38
47
39
"expo-localization"
48
40
49
- <% if (props.flags?.eas && props.internalizationPackage?.name === "i18next") { %>
50
- ,
51
52
53
- [
54
55
56
57
58
59
60
41
61
42
62
43
"orientation": "portrait",
0 commit comments