Skip to content

Commit

Permalink
React Native
Browse files Browse the repository at this point in the history
  • Loading branch information
YCZ01111 committed Jan 2, 2024
1 parent d88ebd4 commit 58fb915
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cpp_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: npm install

- name: Build iOS app
run: npx react-native run-ios --configuration Release
run:
npm install -g react-native-cli
npx react-native run-ios --configuration Release

- name: Archive artifacts
uses: actions/upload-artifact@v2
Expand Down
27 changes: 14 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58fb915

Please sign in to comment.