lucasbento / react-native-thumbnail-video

Easily show thumbnails for videos on react-native.
MIT License
106 stars 36 forks source link

Unsafe legacy lifecycles #26

Open deflorilemarului opened 5 years ago

deflorilemarului commented 5 years ago

getting this when using this extension witn rn 0.58.3

Warning: Unsafe legacy lifecycles will not be called for components using new component APIs.

Thumbnail uses getDerivedStateFromProps() but also contains the following legacy lifecycles: UNSAFE_componentWillUpdate

The above lifecycles should be removed. Learn more about this warning here: https://fb.me/react-async-component-lifecycle-hooks