mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-04 22:40:47 +08:00
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`.