Marc Rousavy

Results 1813 comments of Marc Rousavy

> Would be really good to have react-native-vision-camera on 0.74+ Yea, you can fund the development of this by sponsoring to the Polar pool linked here in the issue. Then...

> if you have any design docs or info you can share on how the global memory address is used and set but is a reference to a C++ variable...

I don't know. It's pretty losely coupled, but the only part that cannot be losely coupled is the `install()` function, which uses JSI code that doesn't work in bridgeless. So...

Hey - this is a duplicate of https://github.com/mrousavy/react-native-vision-camera/issues/2614. New architecture support (which also implies react-native 0.74 support) is tracked in that issue. If you need this, please sponsor the issue/fund...

The workaround is fine as a patch btw if you need it to build on RN 74 now.

Yea, should be compatible. But RN 0.73 is recommended anyways.

Hey - this is a duplicate of https://github.com/mrousavy/react-native-vision-camera/issues/2614. New architecture support (which also implies react-native 0.74 support) is tracked in that issue. If you need this, please sponsor the issue/fund...

Again, I'm sorry - there's not a lot I can do with that information. I don't have any native log output, I don't have a reproduction example, and you didn't...

Ah yes, `enableHighQualityPhotos` is gone because we don't need it anymore. We always just set the value to the one supplied in `format.photoWidth`/`format.photoHeight`. But actually now that I think about...

Hey Manuel, thanks for the idea! I think I already posted this idea somewhere, maybe GH discussions 🤔 It should definitely be possible and I've actually done almost this exact...