Ben Allen
Results
1
issues of
Ben Allen
In the documentation (https://reactnavigation.org/docs/configuring-links) there is a code sample for nesting links. It is incorrect and requires an alteration. ``` const config = { screens: { Home: { Chat: 'feed/:sort',...