software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

[Android] ReanimatedSwipeable breaks Modal #3219

Open usmansbk opened 5 days ago

usmansbk commented 5 days ago

Description

<Swipeable /> prevents react-native Modal from rendering properly on Android emulators and real devices.

Screenshot

Steps to reproduce

  1. Render reanimated Swipeable component
  2. Render a visible Modal

Snack or a link to a repository

https://github.com/usmansbk/reanimated-swipeable-bug

Gesture Handler version

2.21.0

React Native version

0.76.2

Platforms

Android

JavaScript runtime

Hermes

Workflow

Expo managed workflow

Architecture

Fabric (New Architecture)

Build type

Release mode

Device

Android emulator

Device model

Pixel 2

Acknowledgements

Yes