Hi, I am new to React Native and am trying to edit a bunch of codes to adapt them to my needs. The vendor has an App.js page which has below entry inside
The action 'NAVIGATE' with payload {"name":"Register"} was not handled by any navigator.
Do you have a screen named 'Register'?
If you're trying to navigate to a screen in a nested navigator, see https://reactnavigation.org/docs/nesting-navigators#navigating-to-a-screen-in-a-nested-navigator.
This is a development-only warning and won't be shown in production.
Hi, I am new to React Native and am trying to edit a bunch of codes to adapt them to my needs. The vendor has an App.js page which has below entry inside
I am doing navigation in Pro.js which is a Screen like below:
But, I am getting below error: