-
Notifications
You must be signed in to change notification settings - Fork 221
Should we create a new public fork for this repository? #144
Comments
Any updates on this? Haven't found any forks of this repo anywhere. |
Same problem here, it seems that this repo is already dead. I've waiting for this PR127 to be merged for several weeks. I'm afraid that this dependency could block my project to upgrade to newer versions of React Native (0.72 and above). |
@JoaoSoaresDev and @har0ld-scl |
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 a great barcode scanning library for Android-only, which I had working in my app just fine. But that's not good enough; I need iOS too. There are only (2) "Frameprocessor" plugins for doing barcode scanning with RNVC. One of them is proprietary/commercial, and so expensive the price is "Call for a quote". And then there's this one! So not a lot of choices there. This man has supposedly forked and updated this repo to work with "RNVC v3" circa April 2023. I assume the chances to RNVC since April are minor, so that's a good bit of progress. |
I have tried and it's work on version rc.3 but in last rc.5, it have errors in the swift file when build |
"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: error: VisionCameraCodeScannerPlugin is not abstract and does not override abstract method callback(Frame,ReadableNativeMap) in FrameProcessorPlugin FAILURE: Build failed with an exception.
|
By the way, I couldn't get it to work on 3.0.0-rc3 either. |
It seems that the PRs even though they are getting approved sometimes are not getting merged for 1 year by now. The last one was merged 1st of April 2022. A ton has changed under the hood in
react-native
that breaks builds and having important features like barcode scanning blocking upgrades indefinitely is just not feasible.If there is already a public fork of this, please let me know, or if there is an alternative. Otherwise someone not in a time-crunch please, please fork this repo, merge those PRs and let's get on with it.
The text was updated successfully, but these errors were encountered: