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
And I can successfully navigate to the second screen.
But when i include the prop linking inside the <NavigationContainer> like this <NavigationContainer linking={linking} />, I am no longer able to render the component
The text was updated successfully, but these errors were encountered:
roybselim
changed the title
Unable to render a NavigationContainer when linking props is present
Unable to render a NavigationContainer when linking prop is present
Apr 21, 2025
I followed the react navigation testing instructions here: https://reactnavigation.org/docs/testing/?example=dynamic#navigation-between-tabs
And I can successfully navigate to the second screen.
But when i include the prop
linking
inside the<NavigationContainer>
like this<NavigationContainer linking={linking} />
, I am no longer able to render the componentHere's my code:
Unable to find an element with text: click
The text was updated successfully, but these errors were encountered: