Skip to content

Commit

Permalink
Fix example app build for iOS (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Nov 6, 2024
1 parent ef34c50 commit b110e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:

- name: Build app
working-directory: example
run: npx react-native@latest run-ios --no-packager
run: npx react-native run-ios --no-packager

0 comments on commit b110e92

Please sign in to comment.