Sascha Ringström

Results 3 comments of Sascha Ringström

I wrote a patch that can be applied with [patch-package](https://www.npmjs.com/package/patch-package) to resolve this issue for `expo-camera/next` ``` diff --git a/node_modules/expo-camera/ios/Next/CameraViewNext.swift b/node_modules/expo-camera/ios/Next/CameraViewNext.swift index 20c115a..f5778a0 100644 --- a/node_modules/expo-camera/ios/Next/CameraViewNext.swift +++ b/node_modules/expo-camera/ios/Next/CameraViewNext.swift @@ -221,6...

@roecks Careful that with your solution your app will crash if the camera is focused and the component is unmounted within 200ms (before the `setTimeout` callback runs) since you will...

Same issue here for a firebase project created today using Blaze plan.