react-native/Libraries/CustomComponents/Navigator
Hedger Wang 809a2dc1d6 [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.
2015-07-29 11:42:34 -08:00
..
Navigation [Navigator] Port navigation APIs from Navigator to NavigationContext 2015-07-24 17:10:41 -08:00
Navigator.js [Navigator: Prevent user from over-popping the routes. 2015-07-29 11:42:34 -08:00
NavigatorBreadcrumbNavigationBar.js [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00
NavigatorBreadcrumbNavigationBarStyles.ios.js [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00
NavigatorNavigationBar.js [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00
NavigatorNavigationBarStyles.ios.js [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00
NavigatorSceneConfigs.js [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00