Skip to content

Fix: patch react-native-vision-camera to avoid AVCaptureSession configuration crash #2777

Fix: patch react-native-vision-camera to avoid AVCaptureSession configuration crash

Fix: patch react-native-vision-camera to avoid AVCaptureSession configuration crash #2777

Workflow file for this run

name: Validate Patches
on:
pull_request:
types: [opened, synchronize]
branches: [main]
paths: ['patches/**']
jobs:
validate-patches:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout
uses: useblacksmith/checkout@1c9394c220d293645707b625ba9d79685f093a8f # v1
- name: Fetch main branch
run: git fetch origin --depth=1 main
- name: Run patch validator
run: ./scripts/validatePatches.sh