calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.62k stars 255 forks source link

fix: Toast pop up randomly when other popup/dialog opens #480

Closed rchavik closed 1 year ago

rchavik commented 1 year ago

closes #428

calintamas commented 1 year ago

Hey, thanks for taking the time! Unfortunately, by doing this, the hiding animation would break.

rchavik commented 1 year ago

Uh.. I have moved the isVisible check to renderComponent. Would this work?

calintamas commented 1 year ago

I think it still doesn't solve it. Can you maybe try it out?

rchavik commented 1 year ago

sorry, missed it about issues with hiding animation. i don't know then, at the moment i don't really care about hiding animation

closing for now.