-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
TypeError: undefined is not an object (evaluating 'getPrototypeOf(sourceComponent)') #234
Comments
Same problem |
Same issue with
|
Same problem |
Did anybody solve this? |
Ok... adding |
Encountered the same issue. I have to use this method so that I can pass some parameters from the navigator to the screen. But it does not work. Is there any other ways to pass the parameters? |
did you guys manage to fix it since? |
TypeError: undefined is not an object (evaluating 'getPrototypeOf(sourceComponent)')
I get these errors when i use a render callback for the screen instead of specifying a component prop with createSharedElementStackNavigator. But when I use createStackNavigator it works.
How to fix it. Thanks
The text was updated successfully, but these errors were encountered: