From fb7e3f6566973fc6120d0fa431591434939af3f7 Mon Sep 17 00:00:00 2001 From: Turtuvshin Date: Mon, 11 Mar 2024 15:28:42 +0800 Subject: [PATCH] Update iOS build command to use --mode flag --- .github/workflows/react-native-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-ci.yml b/.github/workflows/react-native-ci.yml index 8545647..43e6f53 100644 --- a/.github/workflows/react-native-ci.yml +++ b/.github/workflows/react-native-ci.yml @@ -103,4 +103,4 @@ jobs: run: cd ios && pod install - name: Build iOS - run: npx react-native run-ios --configuration Release + run: npx react-native run-ios --mode Release