VimalSwaroop
Results
1
issues of
VimalSwaroop
when i try to trigget multiple toasts, the new one overrides the previous one. ` { Toast.show({ type: 'success', text1: 'Hello', position: 'bottom', }) Toast.show({ type: 'error', text1: 'Hello', position:...