calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.62k stars 255 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 11 months ago

Trying to achive this too

AhmedHF commented 11 months ago

Trying to achive this too

how ?

A-Scode commented 10 months ago

place <Toast />

...
<NavigationContainer >

      .....

</NavigationContainer>
<Toast />
...
AhmedHF commented 10 months ago

place <Toast />

...
<NavigationContainer >

      .....

</NavigationContainer>
<Toast />
...

not available in React native navigation