react-native/Libraries/CustomComponents/Navigator/Navigation
Hedger Wang 21b98b23c9 [Navigator] Introducing NavigationRouteStack.
Summary:
Introducing the data structure NavigationRouteStack that focused on managing
navigation routes stack.

The goal is to make <Navigatior /> thinner by moving stack management logic into
its own class and make sure it's well-tested.

Teh next step will be cleaning up <Navigatior /> and add `NavigationRouteStack` to
`NavigationContext`.
2015-07-08 16:58:11 -08:00
..
__tests__ [Navigator] Introducing NavigationRouteStack. 2015-07-08 16:58:11 -08:00
NavigationContext.js [AdsManager] Fix Navigation focus events for logging 2015-06-22 16:44:32 -08:00
NavigationEvent.js [Navigator]: Allow developer to observe the focus change events from the owner or the children 2015-06-16 09:09:08 -08:00
NavigationEventEmitter.js [Navigator]: Allow developer to observe the focus change events from the owner or the children 2015-06-16 09:09:08 -08:00
NavigationRouteStack.js [Navigator] Introducing NavigationRouteStack. 2015-07-08 16:58:11 -08:00