react-navigation.github.io
react-navigation.github.io copied to clipboard
Stack navigator for each tab code example warning
When running on a bare react-native project, the stack navigator for each tab code example triggers the following warning:
Found screens with the same name nested inside one another. Check:
Home, Home > Home
A similar warning is displayed when switching to the "Settings" tab.
Should the name prop of each Tab.Screen change to avoid this warning?
I am a beginner in react-navigation as well but I think you should use unique names for your screens/tabs... try doing that
@Illu can you assign me this!