react-native-easy-toast
                                
                                 react-native-easy-toast copied to clipboard
                                
                                    react-native-easy-toast copied to clipboard
                            
                            
                            
                        Toast doesn't shows up
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.
I had something similar, but it turned out that toast is showing, but ot of bounds of screen. Trying to understand why
Finally switched to another Toast lib, which is using native components.
@Andrfas Can you share what Toast Lib you switched to?
When the keyboard pops up, the toast is covered, what is the solution?
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.
<Toast ref='toast' position={'center'} />
add position ,and try