calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.73k stars 265 forks source link

Dragging the message while its beeing auto closed recreates a non-closable toast message #531

Open mleister97 opened 9 months ago

mleister97 commented 9 months ago

When dragging the toast slightly down (and hold it) and waiting for the autoclose feature to take effect, a second toast message appears unexpectedly. This secondary toast is non-closeable and disrupts the user experience. This issue should be addressed to ensure a seamless and expected behavior when interacting with toasts.

https://github.com/calintamas/react-native-toast-message/assets/16700053/c47c3433-a772-4467-8066-6186760a0647

mleister97 commented 9 months ago

Just identified the problem in a discussion thread dated 2021...

https://github.com/calintamas/react-native-toast-message/issues/299

Is this library still being actively maintained? It appears to have numerous open issues from 2020+.

aditya-112003 commented 9 months ago

The same is also happening for me, is there any fix for that or not? I saw some commits for making it non swipeable does that fix the problem or anything .

mleister97 commented 9 months ago

@mathvaillant Thank you, I appreciate your solution. I will use it in the meantime. However, this problem should be fundamentally fixed as non-visible elements remain in the background.

mehranjavid commented 8 months ago

@mleister97 can you share the solution here?

bryanltobing commented 7 months ago

can confirm that this issue is still reproduceable

shuo-hiwintech commented 4 months ago

Guys, I solved the problem with this reply https://github.com/calintamas/react-native-toast-message/issues/299#issuecomment-2033483380.

You can modify node_modules with patch-package