The current screens, kept in sync with the stack.
This is what a custom navigator subscribes to: give it the screens and it decides how to display them, which is how @react-navigation/native-stack is driven without this package depending on it.
@react-navigation/native-stack
The screens, oldest first.
The current screens, kept in sync with the stack.
This is what a custom navigator subscribes to: give it the screens and it decides how to display them, which is how
@react-navigation/native-stackis driven without this package depending on it.