Skip to content

fix(deps): update dependency react-native to v0.76.3 #35

fix(deps): update dependency react-native to v0.76.3

fix(deps): update dependency react-native to v0.76.3 #35

Workflow file for this run

name: iOS starter workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build and Test default scheme using any available iPhone simulator
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn run ios