-
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
RN 0.49.3 broken change #57
Comments
same problem here getting undefined is not an object(evaluating 'React.PropTypes.number') solved downloading the file and doing what douglas said |
Same problem, fix worked for me too. Thanks Douglas. |
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
Upgraded to RN0.49.3 and getting node_module bugs.
in file React-native-parallax-view/parallaxView.js
I needed to add const PropTypes = require('prop-types')
const createReactClass = require('create-react-class');
Replace React.PropTypes with PropTypes
replace React.createClass with createReactClass
Appreciate any help on this issue.
Thanks!
The text was updated successfully, but these errors were encountered: