Skip to content

Commit

Permalink
ios build script
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Nov 6, 2024
1 parent 6dcf4c3 commit 0b9ce92
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,23 @@ jobs:
run: |
cd android
./gradlew assembleDebug
demo-ios-build:
runs-on: macos-latest
defaults:
run:
working-directory: demo
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Run npm Install
run: npm install

- name: Build application
run: npx react-native build-ios

0 comments on commit 0b9ce92

Please sign in to comment.