Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
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}]
``
Try to interact with the toast message
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):
OS: Android
react-native-toast-message version: v2.1.5
react-native version v0.64.3
Additional context
This only happens on Android, iOS is working as expected
Describe the bug A clear and concise description of what the bug is.
Steps to reproduce Steps to reproduce the behavior:
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