File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 72
72
yarn bundle:ios --dev false
73
73
- name : Install Pods
74
74
run : |
75
- pod install
75
+ RCT_NEW_ARCH_ENABLED=1 pod install
76
76
working-directory : example/ios
77
77
- name : Boot simulator
78
78
run : |
@@ -109,7 +109,7 @@ jobs:
109
109
yarn bundle:macos
110
110
- name : Install Pods
111
111
run : |
112
- pod install
112
+ RCT_NEW_ARCH_ENABLED=1 pod install
113
113
working-directory : example/macos
114
114
- name : Build
115
115
run : |
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ task fetchDependencies() {
28
28
buildscript {
29
29
def androidTestAppDir = " ../../node_modules/react-native-test-app/android"
30
30
apply from : " $androidTestAppDir /dependencies.gradle"
31
- apply from : " ${ androidTestAppDir} /test-app-util.gradle"
32
31
33
32
// Mainly for Detox testing for using Next Storage
34
33
// when building next, force using next storage
You can’t perform that action at this time.
0 commit comments