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