react-native-image-viewer
react-native-image-viewer copied to clipboard
Warning: componentWillMount has been renamed, and is not recommended for use
Any updates on this?
#358 It is merged but not released yet
Hi ! @ascoders can we release please ? 🙏
👍
+1
looking at whats happening with this package, the solve has actually been rolled out on this side but as @ascoders has a dependency on https://github.com/ascoders/react-native-image-zoom this hasn't actually had any of the fixes applied.
Fixing that would in turn fix this I believe
is there any updates on this issue? I have the warning too after updating to react native 61.
Many thanks guys
@ascoders please, can you release the merged PR? Thanks
Hi ! @ascoders can we release?
@ascoders can we get a release?
@ascoders still see error. Warning: componentWillMount has been renamed Is it possible to fix this?
Same here
@ascoders Can you please release a new version?
Would like to see this merged too :)
still getting this error on v2.2.27
+1 for merge :)
+1 for a new release please :) @ascoders
+1 for a new release @ascoders
Sorry for late reply, due to the large changes, major version upgrade is adopted to prevent the break change. [email protected] is now released!
By the way, anyone want to be a backup maintainer?
[email protected] is actually giving 2 warnings:
ComponentWillReceiveProps has been renamed, and is not recommended for use. ComponentWillMount has been renamed, and is not recommended for use.
Hey guys, I'm a new maintainer for this repo and I'm trying to resolve most common issues right now. Read more in #396. It still might take time to make into release, but at least I can say that next release is soon (like a week or so). I will notify people here to update once the new version is out.
Hello @ArtemKolichenkov , thank you for being a maintainer for this project. How are things going, bro?
@LuongTruong Hi! I was quite busy this summer unfortunately, sorry for dropping out. Today is my last day at current job, I will wrap things up over here and come back to this repo. Again, sorry for disappearing in summer, had to move and change jobs and bunch of other things 🙁
This warning shows up in React Native newer version. React Native homepage provides that those life cycles will be removed after newer upgrade, so it suggest you to use UNSAFE keywords or move methods to the other function. I just solved it by ignoring yellow box or warning. Look up this document: https://ko.reactjs.org/docs/react-component.html