Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Bump react-native-vision-camera from 4.6.4 to 4.7.1 #576

Bump react-native-vision-camera from 4.6.4 to 4.7.1

Bump react-native-vision-camera from 4.6.4 to 4.7.1 #576

Workflow file for this run

name: React Native - Expo Doctor
on:
pull_request:
jobs:
expo_doctor:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 🏗 Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: npm
- name: Use corepack
run: corepack enable
- name: 📦 Install dependencies
run: yarn && yarn build
- name: 🩺 Run Expo Doctor
run: EXPO_DOCTOR_SKIP_DEPENDENCY_VERSION_CHECK=1 npx expo-doctor@latest
working-directory: internal/fishjam-chat