nesterapp / react-native-streetview

React Native Google's Panorama/StreetView component for iOS and Android.
MIT License
99 stars 52 forks source link

React.PropTypes has been isolated into a separated package. #11

Closed akmjenkins closed 6 years ago

akmjenkins commented 6 years ago

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 a peerDependency and change the code in StreetView.js

DalalAbadi commented 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>

akmjenkins commented 6 years ago

Issue has been resolved with 2c6f1a50384252991ca4172f6ffda57ede010665