react-navigation "go back" to previous screen in another StackNavigator (v5)

Viewed 3275

In react-navigation v5, I have 2 stacks and I navigate from one stack to another stack.

How can you navigate or "go back" to the screen in the previous stack?

1 Answers
Related