react-native-root-toast icon indicating copy to clipboard operation
react-native-root-toast copied to clipboard

Toast.hide(toast) does not trigger fade-out animation.

Open tylerolechnowicz opened this issue 6 years ago • 1 comments

Hello,

The below segment of code does not trigger a fade-out animation

setTimeout(() => {
     Toast.hide(toast);
}, 2000);

Can you please fix this our show me how to trigger it if there is a way?

tylerolechnowicz avatar Sep 10 '19 00:09 tylerolechnowicz

Do you have a solution? I've this same issue

CPhilipse avatar Nov 02 '19 13:11 CPhilipse