Julian Ernest Camello
Julian Ernest Camello
Same issue on React Native - 0.69.1 React Native Vision Camera - 2.14.0 React Native Reanimated - 2.9.1 Vision Camera Code Scanner - 2.14.1
Build was successful after running npx patch-package react-native-vision-camera Must have the patch installed though, see nobane's answer above. Weird cause I was running the 2.14.0 one which should've had the...
This is for iOS. It's basically the same issue with #222, however for CardForm that's why I didn't get too detailed about it, apologies.
I believe this has something to do with use_frameworks! for the firebase pods. So instead I added these lines in the Podfile. ``` pod 'Firebase', :modular_headers => true pod 'FirebaseCore',...