react-native-root-toast
react-native-root-toast copied to clipboard
Toast.hide(toast) does not trigger fade-out animation.
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?
Do you have a solution? I've this same issue