Skip to content

[BUG]: Freezing screen when passing animationType on IOS #64

@vilson-junior-squadra

Description

@vilson-junior-squadra

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions