meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: componentWillMount/ componentWillReceiveProps deprecated

SnehalAgrawal opened this issue · comments

Hello Admin, Can you please updated for the following warnings.

  • Warning: Failed prop type: Invalid prop initialPage of type string supplied to Gallery, expected number.

  • Warning: Failed prop type: Invalid prop initialPage of type string supplied to ViewPager, expected number.

  • Warning: componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead. As a temporary workaround, you can rename to UNSAFE_componentWillMount.
    Please update the following components: Gallery, ViewPager

  • Warning: Failed child context type: Invalid child context virtualizedCell.cellKey of type number supplied to CellRenderer, expected string.

  • componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead. As a temporary workaround, you can rename to UNSAFE_componentWillMount.
    Please update the following components: TransformableImage, ViewTransformer

  • Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.
    Please update the following components: TransformableImage

you can use:
#152