how to handle problem react native bottom navigation error?

16 views Asked by At

Looks like you have nested a 'NavigationContainer' inside another. Normally you need only one container at the root of the app, so this was probably an error. If this was intentional, pass 'independent={true}' explicitly. Note that this will make the child navigators disconnected from the parent and you won't be able to navigate between them.

how to handle the error?

0

There are 0 answers