Benjamin-Dobell / react-native-markdown-view

MarkdownView for React Native
MIT License
190 stars 77 forks source link

Migrate to prop-types library #4

Closed etlovett closed 7 years ago

etlovett commented 7 years ago

React.PropTypes is deprecated as of React v15.5. This migrates to the prop-types library, which should have no functional consequences.

See also https://github.com/Benjamin-Dobell/react-native-tabular-grid/pull/1.

etlovett commented 7 years ago

@Benjamin-Dobell Ping. :-) Any thoughts on this PR?

Benjamin-Dobell commented 7 years ago

@etlovett Sorry about the delay; all merged now. Thanks for the contributions, much appreciated!

etlovett commented 7 years ago

@Benjamin-Dobell No worries. Thanks for merging!