Marc Rousavy
Marc Rousavy
Hi! Yes, this should probably be possible very easily on iOS since I am using my own custom file writer, as opposed to RNCamera which just uses the default iOS...
Shouldn't `depth` also be a `Frame`? So the TypeScript type should look like this: ```ts // Already existing Frame type type Frame = { width: number height: number ... depth:...
Hey! Does this happen on iOS too?
I believe this is a reanimated issue. Can you try downgrading to a Reanimated version that doesn't have layout animations yet?
@hirbod > @mrousavy For once, this error is not due to reanimation :D We don't know that yet 😉 @frankbolviken Can you check if this gets called? https://github.com/mrousavy/react-native-vision-camera/blob/8f327267d3189f357a46b0e9217c3aa7b9a8d800/android/src/main/java/com/mrousavy/camera/CameraView.kt#L302-L305 Or this...
Oh - I see - could you shoot me a PR? @cjanietz
But what happens if the view gets re-attached? If we set it to destroyed here, it cannot recover from that. E.g. when minimizing the app and opening it again. Or...
Nice work! Seems good to me. I will work on a fix soon
Huh, this works for me?
hmm, maybe this will get fixed if I upgrade docusaurus?