Skip to content

update package.json added new version from expo-router@3.4.9 to 3.4.10 #8

update package.json added new version from expo-router@3.4.9 to 3.4.10

update package.json added new version from expo-router@3.4.9 to 3.4.10 #8

Workflow file for this run

name: medical CI
on:
push:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run a one-line script
run: echo Hello from medical app
- name: setup Node js
uses: actions/setup-node@v3
with:
node-version: '>=18'
- name: install dependencies
run: npm install
- name: Run test
run: npm run test -- --ci
- name: Start Expo for Android
run: npm run android
# Optionally starts the Expo project for Android (useful for automated testing environments)
- name: Start Expo for iOS
run: npm run ios
# Optionally starts the Expo project for iOS (useful for automated testing environments)