react-native-progress
react-native-progress copied to clipboard
componentWillReceiveProps is deprecated
W/ReactNativeJS: Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.
Please update the following components: ProgressBar
Learn more about this warning here:
https://fb.me/react-async-component-lifecycle-hooks
"react": "16.8.6",
"react-native": "0.60.3",
"react-native-progress": "^3.6.0",
I got the same warning for other components as well
- ProgressCircle
- withAnimation(ProgressCircle)
- CircleSnail
Me too
"react": "16.8.6", "react-native": "0.60.4", "react-native-progress": "^3.6.0",
+1
+1
++1
same warn
+1
+1
+1
+1
+1
Same issue!
+1
Facing the same warning. Its okay as long as it is a warning. Just make sure not to upgrade react version before checking through updates of used libraries. I suppose the collaborators of the library will handle it soon as later versions will not have these methods and the library will break. "react": "16.8.6", "react-native": "0.60.5", "react-native-progress": "^3.6.0",
+1
There is an open pull request about this here : https://github.com/oblador/react-native-progress/pull/169
Any chance for merging these
Yes please merge +1
+1
i get the same warning...
Updating to the latest version (4.0.0) solve the warning. Thank you
I still have this issue... I'm working with the newest version: v4.1.2
No fixes yet for this?
+1
I know this is an old post, but it could be helpful. If you update the version in your package.json file just copy and paste the name in chrome ie react-redux-loading. Find the latest version on npmjs and input that version in your package.json, then do a npm install. Be sure to save a copy in case of any issues. I had three Please update warnings, and this method fixed them all.