I need to push multiple instances of the same screen to the stack, and .navigate()
does not achieve this. It just navigates to the instance already on the stack (same as a no-op). .push
has been removed from navigation
and CommonActions
(formerly StackActions
).
↧
react-navigation v6 equivalent of push
↧