react-native-easy-toast
react-native-easy-toast copied to clipboard
Toast after closing screen
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.
Well, you could add the toast component to upper level in you view hierarchy, on the same level as you navigator.
Also, there is a library that renders toast on the top level of you application: https://github.com/magicismight/react-native-root-toast , but please note, that there could be issues with it when you are using Wix router, because it uses AppRegistry.setWrapperComponentProvider