Matthew
Matthew
I'm having almost the exact same error, but with slightly different package versions: React-Native 0.72.4 Latest iOS React-Native-Vision-Camera 3.0.0-rc4 React-native-Reanimated: (latest) I believe 3.4.0
I'm still getting this error when I add vision-camera-code-scanner to my project, even though 3.0.0-rc5 (with the new react-native-worklets-core) builds fine for Android on my PC. I'm even using the...
Yes, as I said in the OP, the updated fork which is supposed to work with the "March 2023 version" of Vision Camera v3 does not currently build. I tried...
I'll tell you what though: the MacKinnon fork is certainly the starting point you want to start from. It's the best version or collection of code for "Vision Camera Code...
Using RKMacKinnon's latest changes, I got everything to build successfully. However, when I try to use the library, I get some new errors now: ERROR Error: Exception in HostFunction: java.lang.NullPointerException:...
https://www.npmjs.com/package/vision-camera-v3-barcode-scanner The readme is a bit out of date -- I renamed the package to "vision-camera-v3-barcode-scanner" when I published it publicly to NPM. import {BarcodeFormat, useScanBarcodes, scanBarcodes} from 'vision-camera-v3-barcode-scanner';
I am looking for the same thing -- I want the latest React Native, but I need CROSS-PLATFORM barcode scanning which forces me to use React Native Vision Camera. There's...
"I have tried and it works on version rc.3 but in last rc.5, it has errors in the swift file during build." Is it possible to get those errors fixed?
For what it's worth, I tried the mackinnon fork (which I forked to my own repo, but I digress) on 3.0.0-rc5, and it doesn't build successfully on Android either. /home/matthew/dev/stackbayapp/node_modules/vision-camera-v3-barcode-scanner/android/src/main/java/com/visioncameracodescanner/VisionCameraCodeScannerPlugin.java:40:...
By the way, I couldn't get it to work on 3.0.0-rc3 either.