Closed artyorsh closed 5 years ago
you should use navigation.navigate
instead of navigation.push
This could be extremely helpful in case we were not using it 😄
Btw currently I have no other idea of why this occurs
navigation should definitely not be happening twice here then 🤔
The main trouble of it is that the application freezes when trying to perform navigation to some route (e.g tapping on a list item to route on the details page). During this delay, user can tap any other UI element which will lead to calling navigation.navigate
one more time
It's possible to tap twice to perform navigation twice because of delay