Traviskn/react-router-native-stack

Listen for external history event

stevefan1999-personal opened this issue · 1 comments

I wish that my app can communicate with the AppBar instead of creating a view wrap everytime so that the AppBar is always there and the user won't experience view thrashing. The main view will be mounted under the AppBar and it worked pretty well.

😫But there is no way to let the stack pop whenever I click my back button on my AppBar because it is not under the Stack hierarchy.

It turns out that this problem lies within react-router. Closing this for future direction.