Skip to content

Commit 2e93938

Browse files
committed
Update build.gradle and workflow
1 parent 31d0da2 commit 2e93938

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
yarn bundle:ios --dev false
7373
- name: Install Pods
7474
run: |
75-
pod install
75+
RCT_NEW_ARCH_ENABLED=1 pod install
7676
working-directory: example/ios
7777
- name: Boot simulator
7878
run: |
@@ -109,7 +109,7 @@ jobs:
109109
yarn bundle:macos
110110
- name: Install Pods
111111
run: |
112-
pod install
112+
RCT_NEW_ARCH_ENABLED=1 pod install
113113
working-directory: example/macos
114114
- name: Build
115115
run: |

example/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ task fetchDependencies() {
2828
buildscript {
2929
def androidTestAppDir = "../../node_modules/react-native-test-app/android"
3030
apply from: "$androidTestAppDir/dependencies.gradle"
31-
apply from: "${androidTestAppDir}/test-app-util.gradle"
3231

3332
// Mainly for Detox testing for using Next Storage
3433
// when building next, force using next storage

0 commit comments

Comments
 (0)