@@ -24,17 +24,18 @@ jobs:
2424 - run :
2525 command : yarn lint
2626 name : Run ESLint
27- - run :
28- command : yarn flow
29- name : Flow
27+ # we should just use TS
28+ # - run:
29+ # command: yarn flow
30+ # name: Flow
3031 - run :
3132 command : yarn test
3233 name : Jest
3334
3435 new_arch_ios_build_only :
3536 executor :
3637 name : rn/macos
37- xcode_version : ' 15.3 .0'
38+ xcode_version : ' 16.2 .0'
3839 resource_class : macos.m1.medium.gen1
3940 steps :
4041 - checkout
5152 e2e_release_ios :
5253 executor :
5354 name : rn/macos
54- xcode_version : ' 15.3 .0'
55+ xcode_version : ' 16.2 .0'
5556 resource_class : macos.m1.medium.gen1
5657 steps :
5758 - checkout
7273 # - rn/pod_install:
7374 # pod_install_directory: 'example/ios'
7475 - run :
75- command : (cd example && npx pod-install)
76+ command : (cd example && RCT_NEW_ARCH_ENABLED=0 npx pod-install)
7677 name : pod install
7778 - run :
7879 command : yarn detox:ios:build:release
8889 name : android/android-machine
8990 resource-class : large
9091 tag : default
92+ environment :
93+ GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx4g -XX:+HeapDumpOnOutOfMemoryError" -Dorg.gradle.daemon=false'
9194 steps :
9295 - checkout
9396 - android/change-java-version :
@@ -121,6 +124,9 @@ jobs:
121124 - run :
122125 command : yarn bundle:android
123126 name : bundle js
127+ - run :
128+ command : yarn generateManifest
129+ name : generateManifest
124130 - run :
125131 command : ORG_GRADLE_PROJECT_newArchEnabled=false yarn detox:android:build:release
126132 name : build app for e2e tests
@@ -135,6 +141,8 @@ jobs:
135141 name : android/android-machine
136142 resource-class : large
137143 tag : default
144+ environment :
145+ GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx4g -XX:+HeapDumpOnOutOfMemoryError" -Dorg.gradle.daemon=false'
138146 steps :
139147 - checkout
140148 - android/change-java-version :
@@ -164,6 +172,9 @@ jobs:
164172 - run :
165173 command : yarn bundle:android
166174 name : bundle js
175+ - run :
176+ command : yarn generateManifest
177+ name : generateManifest
167178 - run :
168179 command : ORG_GRADLE_PROJECT_newArchEnabled=true yarn detox:android:build:release
169180 name : build app for e2e tests
0 commit comments