pepperav

Results 8 comments of pepperav

me too! Any updates or suggestions about how to solve? Thank you 🙏

`react-dom`, `react-native-web` as well! By the way, awesome work!!!! 🏆

`error: RangeError: Maximum call stack size exceeded` I get this error too on react-native 0.71.8 and expo ~48.0.15. Any solutions?

Yes I agree with @athenawisdoms , same issues. The top/bottom scroll immediately cancel a swipe already started or completed. I solved setting `closeOnScroll={ false }`. Did you try? Thank you...

> We also experienced the same issue, with `runAsync` in frame processor the app crashes after a few frames on Android. While on iOS the frame processor stopped executing in...

> Hey, thanks for opening the issue. I'm aware of this bug and I have it on my todo list 😄 > > A workaround that you can do: >...

@joacub edit the file `.../node_modules/react-native-vision-camera/src/frame-processors/runAsync.ts` as the picture below (line 19-20):

> The same issue after upgrading from "4.6.4" to "5.1.4"/"5.1.6". Modal is not shown on the `present()` call. Works with dynamic sizing disabled: > > ``` > enableDynamicSizing={false} > snapPoints={['1%',...