calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.73k stars 265 forks source link

display toast on more than one screen #481

Open AhmedHF opened 1 year ago

AhmedHF commented 1 year ago

display toast on more than one screen when using react-native-navigation

the problem toast is displayed on one screen and when navigating to the second screen toast remains on the first screen

expected toast is still displayed on the second screen

ObiwaleAyomideMoses commented 1 year ago

Trying to achive this too

AhmedHF commented 1 year ago

Trying to achive this too

how ?

A-Scode commented 1 year ago

place <Toast />

...
<NavigationContainer >

      .....

</NavigationContainer>
<Toast />
...
AhmedHF commented 1 year ago

place <Toast />

...
<NavigationContainer >

      .....

</NavigationContainer>
<Toast />
...

not available in React native navigation