mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
6.64k stars 983 forks source link

IOS 12 does not work with version 4.0.0? (according to the guide, it should) #2837

Closed zpinto123 closed 2 weeks ago

zpinto123 commented 2 weeks ago

Question

Hi,

According to the guides, the recent 4.0.0 version requires IOS 12, but react-native-skia does not support IOS 12. I have to up my IOS version to 13.

Is the guide incorrect, or am I missing something?

What I tried

My current react-native-skia version is 1.2.3

VisionCamera Version

4.0.1

Additional information

mrousavy commented 2 weeks ago

This is not related to VisionCamera. VisionCamera works on iOS 12+, if Skia requires 13+ then upgrade to 13.

zpinto123 commented 2 weeks ago

This is not related to VisionCamera. VisionCamera works on iOS 12+, if Skia requires 13+ then upgrade to 13.

But react-native-skia is required by vision camera, right? That makes it impossible to use IOS 12 if react-native-skia requires IOS 13.