wonsikin / react-native-barcode-builder

Component for generating barcode in react native app
Other
175 stars 116 forks source link

replace componentWillUpdate to something other #47

Closed avasuro closed 4 years ago

avasuro commented 4 years ago

This library uses property componentWillUpdate in source code. In React 17 this property will be removed, and React 16 throws a warning about this property should not be used. Please replace this property with some alternative to suppress a warning (e.g. getDerivedStateFromProps).

Here is some more information: https://ru.reactjs.org/blog/2018/03/27/update-on-async-rendering.html

wonsikin commented 4 years ago

Please refer to ComponentDidUpdate instead of ComponentWillUpdate