calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.6k stars 252 forks source link

Unable to delay between two roasts. #516

Open SMARTMICROWORLD opened 7 months ago

SMARTMICROWORLD commented 7 months ago

I want to display 2nd toast after delay of 8 sec, but below code is not working. How can i achieve that?

Toast.show({ type: 'infoToast', text1: 'Hellow', visibilityTime: 8000, }); Toast.show({ type: 'tomatoToast', text1: 'Hellow', visibilityTime: 8000, });

knightmate commented 6 months ago

use setTimout(callSecndtaostFun,delay); this will not be exactly 8sec but least 8 sec