-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
v3 to v4 : Route 'myRoute' should declare a screen. #2074
Comments
I guess I messed up with my Components declaration. MyScreen wasn't referencing to any MyScreen component found in this context. |
I am getting this too. How did you fix it? |
I had this issue, fortunately for me it indicated the undefined import statement. I was missing "export" in the imported subcomponent. Therefore the import failed and my was undefined. So first thing, try to check for this. Maybe that helps someone. |
@gardner did you find a fix? I'm currently stuck with the same error |
@isaackdamian be sure your Component is a real component, exported and imported correctly. |
Hi,
following your advice on #158, I migrated from v3 to v4, I had some issues I fixed, but I'm stuck on this one.
With my Router:
As far as I understand, this comes from StackNavigator, but I thought RNRF was handling this?
The text was updated successfully, but these errors were encountered: