Open n3rd253 opened 3 years ago
`
<Router>
<Stack key="root" hideNavBar>
<Tabs
key="tabbar"
swipeEnabled
type="replace"
showLabel={true}
>
...
<Toast ref={(ref) => Toast.setRef(ref)} type="success" position="top" /> `
You must put the Toast component last
Thanks for the tip @facurueda ! Been spending quite a while on this problem.
Hi,
I'm looking for a way to render the toast over the top of the navigation elements with react-native-router-flux, similar to how its described for react-navigation https://github.com/calintamas/react-native-toast-message#how-to-render-the-toast-when-using-react-navigation
I have implemented this library react-native-router-flux, but toast is not showing.? Couldn't find any issues/instructions for this.
Thanks