-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the bug
First, thank you so much for this library, your work is impeccable. I'm migrating precisely because I needed stacked modals.
I was migrating the modal from React Native to this library, and I noticed that on iOS it was always freezing and not showing any content. However, on Android, it worked perfectly. When I started removing props one by one, I realized that it's the animationType that, when passed, causes some problem that prevents the modal from rendering on iOS and causes a freeze.
How To Reproduce
Simply create a modal with animationType, either slide or fade, and it won't render and will freeze the screen on iOS.
Expected behavior
It should display the normal content, only changing the animation of the modal's opening.
Screenshots
If applicable, add screenshots to help explain your problem.
Useful information (please complete the following information):
- Device: Iphone 17 Pro Max
- OS: Tahoe 26.1
- React: 19.0.0
- React-Native: 0.79.5 (with expo dev build)
- Library: 3.2.3
- Is New Architecture Enabled?