-
-
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
undefined is not an object(evaluating 'react_PropTypes.oneOf') #575
Comments
same issue here. Anyone a idea? |
Make sure you've updated this package to the latest version. |
the same issue |
Same issue after upgrading to react-native 0.49.5 and react 16.0.0-beta.5, with the latest version of the vector icons NPM package, same thing with master. |
same here... |
Same issue:
|
Same here.
I researched this more, and it turns out that More information here: I grepped the
I'm going to manually update the code there, and I'll report back if that worked or not. |
Update: I tried updating the code manually, but it's not written in React or ES6 and I could only guess at the syntax. I'm not a Javascript expert, obviously... I'm switching from If you're using |
Seems like maybe you have another third party dependency which depends on an older version of RNVI. @alfonso1003: Your grep shows Please confirm that the version in your |
I am also having this issue: Tried downgrading prop-types to match that in RNVI: ^15.5.10. This doesn't have any effect on the bug. Can confirm that downgrading to [email protected] fixes the issue in debug as described here #443 (comment) (but I don't seem to be able to build an APK that works using the alpha!) |
Fixed the issue for me as #588 (comment). Was using a another dependency that relied on [email protected], this was using React.Proptypes which is deprecated in React 16. |
Closing this one too :-) |
I'm currently experiencing an issue with this.
Check this screenshot: http://prntscr.com/gyd6dl
version:
"react": "^16.0.0-rc.3",
"react-native": "^0.48.3",
How to resolve this?
The text was updated successfully, but these errors were encountered: