I'm trying to add react-native-vision-camera to my React Native app, and it gave me the following error:
Specs satisfying the
VisionCamera (from ../node_modules/react-native-vision-camera
) dependency were found, but they required a higher minimum deployment target.
In my podfile I have platform :ios, '10.0'
. Is there a way to find the minimum deployment target that this library requires? And is there ever a disadvantage to increasing the minimum deployment target?
https://github.com/mrousavy/react-native-vision-camera/blob/main/example/ios/Podfile
ends in 404 Not Found. Would you mind adding the code of that link you shared in your answer? Thank you. – Agni