I am using react-navigation with my React Native application.
I keep on getting an error that is supposedly a development-only warning and on't be shown in production.
How do I fix the error below??
console.error: "The action 'NAVIGATE' with payload {"name":"192.168.100.189:19000","params":{}} was not handled by any navigator.
Do you have a screen named '192.168.100.189:19000'?
If you'r trying to navigate to a screen in a nested navigator, seehttps://reactnavigation.org/docs/nesting-navigators#navigating-to-a-screen-in-a-nestd-navigator.
This is a development-only warning and won't be shown in production."