react-router-native icon indicating copy to clipboard operation
react-router-native copied to clipboard

Android back button doesn't work in TabsRoute

Open DenJohX opened this issue 8 years ago • 1 comments

Version

Dependency Version
react-router-native "^0.34.0",
react-router "^3.0.0-alpha.3"
react-native "^2.0.0-alpha.5"

Expected Behavior

Navigating through tabs, then using the android back button to navigate to previous visited tabs

Actual Behavior

The app closes, as if we reach the last screen in the history, with the warning: Warning: Cannot pop <TabsRoute> scene

Steps to Reproduce

Inside a Tabsroute navigate some times between tabs, then try to go to the last tab by using the android back button

DenJohX avatar Oct 04 '16 18:10 DenJohX

Same issue here, when try to navigate to back page

Danjavia avatar Dec 14 '16 02:12 Danjavia