react-native-easy-toast
react-native-easy-toast copied to clipboard
A react native module to show toast like android, it works on iOS and Android.
I'm trying to add a toast message on successful signup. However, the toast message doesn't stick to the screen for the mentioned amount of time(in my case 2000ms). It is...
可以在每次show之前做一下判断,在上次duration未结束前close掉,然后再打开新的toast
 it is rendered inside the bell icon component
Hi, I'm trying to use easy-toast and it works very well. But there is one instance I have of a long flatlist. If the list is rather long, I realized...
Hi, Using react-native-easy-toast": "^1.1.0, toast position bottom, the toast message is not appearing in Android devices but works fine in iOS devices. Does anyone have any workaround to solve this...
When keyboard is open the toast is behind the keyboard. it should be over the keyboard
how can I fix this ?
Hey. Is it possible to show same toast, after navigating to another screen? I have problem that my toast is closed after I navigate to different screen.