react-native-easy-toast icon indicating copy to clipboard operation
react-native-easy-toast copied to clipboard

Toast doesn't shows up

Open shubhnik opened this issue 7 years ago • 6 comments

I am getting this issue that toast doesn't shows up but the callback is called. I have added toast in the bottom of the component.

shubhnik avatar Jun 12 '18 21:06 shubhnik

I had something similar, but it turned out that toast is showing, but ot of bounds of screen. Trying to understand why

Andrfas avatar Jul 03 '18 11:07 Andrfas

Finally switched to another Toast lib, which is using native components.

Andrfas avatar Jul 05 '18 21:07 Andrfas

@Andrfas Can you share what Toast Lib you switched to?

Ramprasathb avatar Jul 10 '18 20:07 Ramprasathb

When the keyboard pops up, the toast is covered, what is the solution?

ghost avatar Jul 16 '18 10:07 ghost

Same issue here. Out of bounds. I was trying to get it to show up slightly above each item of a list when I tapped on them. It didn't work. I had to remove it from the child list components and place it on the parent container to get it to show up.

carlospnav avatar Jul 23 '18 20:07 carlospnav

<Toast ref='toast' position={'center'} />

add position ,and try

bocaiJs avatar Oct 28 '18 09:10 bocaiJs