n4kz / react-native-pages

Easy to use page view component
Other
376 stars 83 forks source link

componentWillReceiveProps is deprecated #41

Closed j1mbl3s closed 4 years ago

j1mbl3s commented 4 years ago

Warning when using React Native 0.60.5:

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

j1mbl3s commented 4 years ago

Using componentDidUpdate(...) may be a better solution than static getDerivedStateFromProps(...).

n4kz commented 4 years ago

Thanks for issue! Fixed this warning in 0.8.0.