Marc Rousavy
Marc Rousavy
Thanks so much for your detailed answer @cipolleschi! This is really helpful :)
> hiiiii thanks so much for this post; reading this and the code i'm not totally understanding what the core issue is - is it that the UIManager APIs themselves...
No worries! Yes this is something that does not work in old or new arch, and I don't think it even should be part of core. It's very custom stuff....
Not yet, I asked the Meta guys a question here: https://github.com/reactwg/react-native-new-architecture/discussions/167#discussioncomment-8938596 and I am waiting for a reply - that'll decide how easy it's gonna be to migrate over to...
It's only me doing the migration - and no, only V4 will be migrated. If you are on V3, I'd recommend to switch over to V4 because there are tons...
The flash is enabled until the Camera finds a good Auto-Exposure value. Once that AE value is found, it fires a photo. If you want to enable the flash longer,...
If you remove `runAsync` it works as expected?
If yes, then this is related to https://github.com/mrousavy/react-native-vision-camera/issues/2579 and maybe also even https://github.com/mrousavy/react-native-vision-camera/issues/2153.
@nonam4 can you test if @bglgwyng's PR (#2591) fixes the issue for you?
> why would you create a reanimated component of the camera? This is AFAIK not something that should be needed @chrfalch it is - that's for when you want to...