How to show multiple toasts at the same time? #568
Unanswered
VimalSwaroop
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i try to trigger multiple toasts, the new one overrides the previous one.
<Button onPress={() => { Toast.show({ type: 'success', text1: 'Hello', position: 'bottom', }) Toast.show({ type: 'error', text1: 'Hello', position: 'top', }) // addToast() }} > Toast
Beta Was this translation helpful? Give feedback.
All reactions