alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
815 stars 434 forks source link

Fix for PropTypes being deprecated #82

Closed lprhodes closed 7 years ago

lprhodes commented 7 years ago

Importing PropTypes from the "react" module was deprecated in react 15.5. This fixes that.

jackdclark commented 7 years ago

Nice work @lprhodes 🎉

@alwx It would be great to get this in the next release as it's currently incompatible with react-native 0.47

jackdclark commented 7 years ago

@alwx is 1.5.0 going to be released to npm soon?