File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' create-expo-stack ' : patch
3
+ ---
4
+
5
+ fixes eas setup
Original file line number Diff line number Diff line change 18
18
< % if (props .internalizationPackage ? .name === " i18next" ) { % >
19
19
," expo-localization"
20
20
< % } % >
21
- < % if (props .flags ? .eas ) { % >
22
- ,[
23
- " expo-dev-launcher" ,
24
- {
25
- " launchMode" : " most-recent"
26
- }
27
- ]
28
- < % } % >
29
21
],
30
22
" experiments" : {
31
23
" typedRoutes" : true
46
38
< % if (props .internalizationPackage ? .name === " i18next" ) { % >
47
39
" expo-localization"
48
40
< % } % >
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
- < % } % >
60
41
],
61
42
< % } % >
62
43
" orientation" : " portrait" ,
You can’t perform that action at this time.
0 commit comments