rkmackinnon
rkmackinnon
Hi @rocket13011, thanks for the tip. I have not done too much Swift programming, so I welcome any advice. It seems like self in this situation is just specifying that...
@bglgwyng I am not familiar with publishing packages to a private npm registry. For the time being I am using this branch without modification by cloning the repo/branch, running `npm...
@bglgwyng I suspect you're right. I am using Flipper so I do not have `use_frameworks! :linkage => :static` in my Podfile. It looks like react-native-skia did not add support for...
Hi @bglgwyng, I can confirm I see the same error message while testing your repo. Thanks for taking the time to put that together. I will have to look at...
Hi again @bglgwyng. I was able to fix the error you were getting. There is a missing dependency on the VisionCamera library in the podspec file for VisionCameraCodeScanner. I will...
@bglgwyng It has been pleasant going back and forth with you on this as well. I believe I have fixed the latest issue you reported. If you pull from my...
Hi @bglgwyng, I took a look at your patch. I see you have patched the podspec file to include the reference to VisionCamera.h, but it looks like you maybe forgot...
Hi @OnurGuersoy This PR does need some more work. There is a fix already merged to main in react-native-vision-camera since the latest v3.0.0 release that is required for this plugin...
@RikSchefferOberon, the previous fix for Android was incomplete, so it would be inappropriate to publish it. @KristianSelnas Frame processors still do not work on Android in the latest v3.1.0. This...
@joacub > ... and frameprocessor works now in android Are you sure? When I tried it it didn't compile for Android.