react-navigation/react-navigation.github.io

Stack navigator for each tab code example warning

Illu opened this issue · 2 comments

Illu commented

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?