We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2bbd7 commit f3a251cCopy full SHA for f3a251c
.github/workflows/codeql.yml
@@ -220,7 +220,8 @@ jobs:
220
221
- name: Build example for iOS
222
run: |
223
- yarn add @iterable/react-native/sdk
+ cd ~/example/ios
224
+ yarn add @iterable/react-native-sdk
225
yarn add react-native-webview
226
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
227
echo "${{ env.TURBO_CACHE_DIR }}"
0 commit comments