From 54264397d7e12ccbabdbeea0cde387ce8138dc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 26 May 2023 10:54:19 +0200 Subject: [PATCH] Update install-test-react-native.yml --- .github/workflows/install-test-react-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-test-react-native.yml b/.github/workflows/install-test-react-native.yml index cedd73547a..d45d4d81a5 100644 --- a/.github/workflows/install-test-react-native.yml +++ b/.github/workflows/install-test-react-native.yml @@ -71,7 +71,7 @@ jobs: - name: Initialize app # Using "--skip-bundle-install" to let the setup-ruby action install the bundle # Using "--skip-pod-install" to ensure it happens after setup-ruby has executed - run: npm run init -- --skip-bundle-install --skip-pod-install --realm-version ${{ matrix.realm-version }} --react-native-version ${{ matrix.react-native-version }} --engine ${{ matrix.engine }} + run: npm run init -- --skip-bundle-install --skip-pod-install --realm-version ${{ matrix.realm-version }} --react-native-version ${{ matrix.react-native-version }} --engine ${{ matrix.engine }} --new-architecture ${{ matrix.new-architecture }} - uses: ruby/setup-ruby@v1 if: ${{ matrix.platform == 'ios' }}