Closed akmjenkins closed 6 years ago
Install this to do the migration automatically : https://github.com/reactjs/react-codemod
then run this command :
jscodeshift -t react-codemod/transforms/React-PropTypes-to-prop-types.js <your/project/path>
Issue has been resolved with 2c6f1a50384252991ca4172f6ffda57ede010665
RE: https://github.com/facebook/react-native/issues/14590
React.PropTypes
is no longer available for React > 15.5 (RN 0.52 depends on React 16.2).You'll want to include
prop-types
as apeerDependency
and change the code inStreetView.js