We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
"Settings"
Should the name prop of each Tab.Screen change to avoid this warning?
name
Tab.Screen
The text was updated successfully, but these errors were encountered:
I am a beginner in react-navigation as well but I think you should use unique names for your screens/tabs... try doing that
Sorry, something went wrong.
@Illu can you assign me this!
No branches or pull requests
When running on a bare react-native project, the stack navigator for each tab code example triggers the following warning:
A similar warning is displayed when switching to the
"Settings"
tab.Should the
name
prop of eachTab.Screen
change to avoid this warning?The text was updated successfully, but these errors were encountered: