keshavkaul / react-native-sketch-view

A React Native component for touch based drawing supporting iOS and Android.
MIT License
99 stars 47 forks source link

Update index.js #34

Open Sivart-me opened 6 years ago

Sivart-me commented 6 years ago

React no longer includes PropTypes.

Starting with react version 16, PropTypes has been moved to a separate package. PropTypes is now found in the npm package prop-types.

jeremywiebe commented 6 years ago

This is a duplicate of #22