-
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
Check the render method of SceneView
error when upgraded to v4.0.1
#3171
Comments
Hi, I’m having the some problem! Will try to downgrade flux to see if it’s fixed |
Hi, I'm having the same problem, and I'm using react native v0.50.3, any ideas of why? |
I will see if I can reproduce it here and then get back to you guys.
|
@alejandroclvi @Danferd @fcabrera23 I was not able to reproduce it with the Example that I have here. But I do believe that is because Could you check if your version is compatible?
Also, check this document about what have changed and breaking changes that might help you identify what is going on there. https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md |
i'm using: "react": "^16.4.2", |
@Danferd but what is the version installed? Try to run these commands to check the versions you are using and if they are compatible. $ npm ls react-native
[email protected] /Users/daviscabral/Projects/open-source/react-native-router-flux
└── [email protected]
$ npm ls react
[email protected] /Users/daviscabral/Projects/open-source/react-native-router-flux
└── [email protected] |
@Danferd I can't reproduce it. Make sure you removed node_modules before RNRF upgrade. It is very possible to latest react navigation may not support old react native version. Try to upgrade to latest 0.56.0 or 0.55.4 (I'm using 0.55.4). Check Example project as well. |
Version
Tell us which versions you are using:
Getting the below error when upgraded from v4.0.0-beta.31 to v4.0.1
**Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
Check the render method of
SceneView
.**The text was updated successfully, but these errors were encountered: