Ibrahim YTL
Ibrahim YTL
> @FoundersApproach We're seeing a similar issue on iOS 16+. On iOS > Something like this: > > ``` > const delayedGoBack = useCallback(() => { > setCameraActive(false) > setTimeout(()...
Please help me take a look. I have also provided the reproduceable code. @mrousavy
> I believe this is a dupe of [this issue](https://github.com/mrousavy/react-native-vision-camera/issues/3041#issuecomment-2263720909). Below is a patch to `4.5.3` to work around the behavior: > > ```diff > diff --git a/node_modules/react-native-vision-camera/ios/React/CameraView.swift b/node_modules/react-native-vision-camera/ios/React/CameraView.swift >...
Look like this same exact issue still exist until now: https://github.com/mrousavy/react-native-vision-camera/issues/905 By the way, since I am using react-navigation. The workaround is to delay the goBack navigations. ```tsx const onPressClose...