react-native-parallax-view
react-native-parallax-view copied to clipboard
RN 0.49.3 broken change
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!
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.