antonKalinin / react-native-image-view

Modal component to view images with zoom

Home Page:https://expo.io/@antonkalinin/react-native-image-view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: componentWillReceiveProps is deprecated

enri90 opened this issue · comments

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

Please update the following components: ImageView

Learn more about this warning here:
https://fb.me/react-async-component-lifecycle-hooks

help

Anyone working on this issue. I have also got the same problem.

same here

Submitted a pull request for this issue. See PR #57. Used componentDidUpdate instead of componentWillReceiveProps

Fixed in v2.1.6 (thanks to @jeffraux)