calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.72k stars 263 forks source link

[Android] Gesture doesn't work when the toast is transformed out of its original area #392

Open redy159 opened 2 years ago

redy159 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Steps to reproduce Steps to reproduce the behavior:

  1. Show toast message with the container of the toast have transform style that make the toast move above its original area transform: [{translateY: Animated.Value}] ``
  2. Try to interact with the toast message
  3. No gesture responded, the component behind the toast responded to all the gesture

Expected behavior Gestures like drag, touch work normally when trying to interact with the toast message

Environment (please complete the following information):

Additional context This only happens on Android, iOS is working as expected