react-native-parallax-view icon indicating copy to clipboard operation
react-native-parallax-view copied to clipboard

RN 0.49.3 broken change

Open douglaswissett opened this issue 7 years ago • 2 comments

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!

douglaswissett avatar Oct 13 '17 12:10 douglaswissett

same problem here getting undefined is not an object(evaluating 'React.PropTypes.number') solved downloading the file and doing what douglas said

vzaffalon avatar Oct 13 '17 19:10 vzaffalon

Same problem, fix worked for me too. Thanks Douglas.

Paul-Lategan avatar Oct 23 '17 00:10 Paul-Lategan