I’m having an issue in case of preforming pop operation. Actually I wanted to perform the flow that when I navigates to a page and then can’t be able to navigate back to the previous one.
I tried to pop the previous page but as it is a stack it’s default behaviour is to pop the first element and then the next one, so is there any functionality that react-navigation provides to skip the pop operation for a particular page
Karan Rampal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1