ascoders / react-native-image-viewer

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

Compatible with the Future version #326

Open CarGuo opened 5 years ago

CarGuo commented 5 years ago

0.60.x

componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead.

componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.

enri90 commented 5 years ago
sebqq commented 5 years ago

up