You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sometimes if I have a couple of touch interactions with the toast message (like let's say I press and drag it down and let go so it returns to its normal position, or I just tap it... any interaction where the toast returns to its same active position) the toast will then remain in its active position infinitely, touch interactions will no longer cause any interactive behavior with it, and the only way to get it to get the toast to go away is to show it again, and touch interactions will become available again.
Steps to reproduce
I really can't reliably reproduce this, but i can definitely get it to trigger this broken state by just pressing and dragging the toast around a bunch.
Expected behavior
It should keep interactive behavior.
Screenshots
None
Code sample
It's just the standard Toast.show.
Environment (please complete the following information):
OS: [iOS]
react-native-toast-message version: [^2.2.0]
react-native version [v0.74.3]
The text was updated successfully, but these errors were encountered:
Screenshot : I tried using the configs to put a cross renderTrailingIcon={() => (
<TouchableOpacity onPress={() => Toast.hide()}>
<Text style={{ fontSize: 18, color: 'black' }}>✖
Describe the bug
Sometimes if I have a couple of touch interactions with the toast message (like let's say I press and drag it down and let go so it returns to its normal position, or I just tap it... any interaction where the toast returns to its same active position) the toast will then remain in its active position infinitely, touch interactions will no longer cause any interactive behavior with it, and the only way to get it to get the toast to go away is to
show
it again, and touch interactions will become available again.Steps to reproduce
I really can't reliably reproduce this, but i can definitely get it to trigger this broken state by just pressing and dragging the toast around a bunch.
Expected behavior
It should keep interactive behavior.
Screenshots
None
Code sample
It's just the standard
Toast.show
.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: