mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
21b98b23c9
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`.