terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
692 stars 450 forks source link

resolve warnings for deprecated react methods #193

Open oaktl opened 3 years ago

oaktl commented 3 years ago

ComponentWillMount and ComponentWillReceiveProps are deprecated. I simply follow the recommendation to move the code into constructor and componentDidUpdate method instead.