jmurzy / jmurzy/react-router-native
Android back button doesn't work in TabsRoute
Open
- Dominant language
- JavaScript
- Stars
- 639
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
### 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 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
Contributor guide
Assessment
This issue has not been assessed yet.