toastify-react-native
toastify-react-native copied to clipboard
Does not work as a global component
I have to import it in all components for it to appear, I even have to import it within MODALS for it to appear, does it really work like this or is there another way?
@gabriel-logan Its working fine if we configure it at the top level, here is an example: https://snack.expo.dev/@abrar18/hello-react-navigation-%7C-react-navigation
If you are using like mentioned in this issue : #33 here you are not using it on the top level as I told this thing in your second issue.