xgfe / react-native-simple-toast

Simple Toast for React-Native.
129 stars 50 forks source link

Toast lag if multiple in queue #11

Open jslok opened 7 years ago

jslok commented 7 years ago

If a second toast is initiated before the first is complete, the second one waits until the first has finished before showing. Can an option be added to toggle whether or not to wait for previous to complete or immediately show?

soban1234 commented 4 years ago

this issue must be solved, as this issue, in some cases, makes you to pay much.

kamlekar commented 4 years ago

This issue is still there. Strangely, the toast clears automatically in Android OS 9 but keeps in the queue in Android OS 10. (reproduced on both real device and simulator)