Skip to content

[ BUG ] Select broken with Expo 53 when using Animated.View with "exiting" animation #407

@billnye2

Description

@billnye2

Describe the bug
I tested using the code copy-pasted from the reactnativereusables.com site for Select. When tapping it works and opens, but when tapping outside it dismisses and nothing in the entire app is able to be tapped. I can't tap anything. Hardware back button still works so it's not due to a freeze. This only occurs when using an exiting animation on the Animated.View. If I remove the exiting animation, everything works fine. Perhaps due to change in reanimated that is pulled in with Expo 53?

I did notice that if I use an exiting animation that doesn't fade out (so I can continue to see it), the select box animates but then stays there on the screen, it doesn't go away and yet is itself not tappable. In Expo 52, when I tested this non-fade animation, the select box animates and then is removed from screen.

Something is causing the popver/overlay to not be removed after the exiting animation completes.

To Reproduce
Too busy right now to add. Making this issue in case others encounter same bug.

Expected behavior
Select dismisses correctly and app remains responsive to tap events

Platform (please complete the following information):
Android phone

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions