You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
I have screens on which some components are "connected" to react-navigation through withNavigation() hoc (a screen navbar header actually)
I want to be able to render these components in envs like tests or RN storybook, but by default it fails because no navigation is found in React context.
I don't really care if when pressing the backbutton it does not really do anything (ie the navigation action is ignored because unknown), as long as it renders.
The current workaround does not look very idiomatic, and I think having an official support for this feature could be helpful