ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 578 forks source link

fix: update cWM to cDM #341

Closed iamclaytonray closed 4 years ago

iamclaytonray commented 5 years ago

Because componentWillMount() is deprecated, I updated the method to componentDidMount().

r0b0t3d commented 5 years ago

@iamclaytonray could you update for componentWillReceiveProps?