-
Notifications
You must be signed in to change notification settings - Fork 173
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.number) #56
Comments
parndt
added a commit
to cvcnetwork/react-native-parallax-view
that referenced
this issue
Oct 23, 2017
This relates to a breaking change in React 16 Fixes lelandrichardson#57 Fixes lelandrichardson#56
parndt
added a commit
to cvcnetwork/react-native-parallax-view
that referenced
this issue
Oct 23, 2017
This relates to a breaking change in React 16 where PropTypes and createClass were removed from React Fixes lelandrichardson#57 Fixes lelandrichardson#56
I'm also getting this error. Is there a fix for this? Thanks |
allanwgithub
added a commit
to cvcnetwork/react-native-parallax-view
that referenced
this issue
Mar 19, 2019
This relates to a breaking change in React 16 where PropTypes and createClass were removed from React Fixes lelandrichardson#57 Fixes lelandrichardson#56
how can I add this update to my react native project using yarn? |
This repository doesn't seem to be maintained. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this error when trying to run the app on an Android Virtual Device.
The package.json looks like this:
{ "name": "ZiliunApp", "version": "0.0.1", "private": true, "scripts": { "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { "react": "^16.0.0", "react-native": "^0.17.0", "react-native-parallax-view": "^2.0.6" } }
The error's coming from ParallaxView.js:25
Error Screen Link
The text was updated successfully, but these errors were encountered: