We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1340d4d commit 4d21034Copy full SHA for 4d21034
.github/workflows/ci.yml
@@ -150,4 +150,4 @@ jobs:
150
151
- name: Build example for iOS
152
run: |
153
- yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" -- --verbose
+ yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
example/package.json
@@ -7,7 +7,7 @@
7
"ios": "react-native run-ios",
8
"start": "react-native start",
9
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
10
- "build:ios": "react-native build-ios --mode Debug"
+ "build:ios": "react-native build-ios --mode Debug --verbose"
11
},
12
"dependencies": {
13
"react": "19.1.0",
0 commit comments