Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Navigator: Prevent user from over-popping the routes.
Summary: If user taps the back button quickly, the app crashes becuase "pop" internally only checks `this.state.presentedIndex` which does not always update when transtion happens. This diff addresses this issue.
- Loading branch information