Matthew
Matthew
I get a very bizarre error when I paste the example code into my project, having followed all the directions for installation. I'm using a Moto G Pure running Android...
### What's happening? Trying to build app; worked fine before, copied Podfile from supposed working project, but perhaps he didn't have Frame Processors enabled? This is a build failure on...
I have a very simple example, with a lot of code similar to below. I thought everything was going great -- no errors, everything showing up as intended. But only...
### Description I run the sample code, the app crashes with this error: Cannot read property 'showImagePicker' of undefined, js engine: hermes ### How to repeat issue and example I...
I'm using the straight sample code from the website. Can't get it working in React Native. import pptxgen from "pptxgenjs"; let pptx = new pptxgen(); let slide = pptx.addSlide(); slide.addText("React...
I'm getting a build error with the latest vision-camera-ocr RN-Vision-Camera 3.0.0-rc5 React Native 0.72.4 FULL DETAILS of the build failure, including information about my build environment: https://scans.gradle.com/s/ygeaopffvyqfs e: /home/matthew/dev/stackbayapp/node_modules/vision-camera-ocr/android/src/main/java/com/visioncameraocr/OCRFrameProcessorPlugin.kt: (18,...
I'm on React-Native 0.72.4, React-Native-Vision-Camera 3.0.0-rc4 Getting this error: /home/matthew/dev/stackbayapp/node_modules/vision-camera-code-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 public class VisionCameraCodeScannerPlugin extends FrameProcessorPlugin {...
It works fine on Linux, Android, etc. But for some reason, when it gets to this specific line in MacOS, the program hangs. Controllers.getControllers() I've proven this with debug statements....