hectahertz / react-native-material-dialog

Material design dialogs for React Native 💬
MIT License
141 stars 55 forks source link

Replace React.PropTypes with PropTypes #17

Closed iRoachie closed 7 years ago

iRoachie commented 7 years ago

PropTypes from the react package was deprecated and moved to prop-types in reactv15.5 so it shows errors in react native projects.

The react-native-vector-icons library already made this fix, however you were depending on an older version of the library.

This PR makes the fix for PropTypes, and also updates the react-native-vector-icons version

iRoachie commented 7 years ago

@hectahertz Fixed