Closed kevgrig closed 3 years ago
@3GOMESz I don't think that's fair. He recently implemented something for me and is relatively responsive for a free project. I do hope to find time to prototype the changes for the issue but it's not as easy as just a PR: it requires testing, etc.
What do you mean "fair"? I just want to say that this kind of problem is solved with literally one line of code and the last update on the project was 5 months ago.
@3GOMESz I don't think that's fair. He recently implemented something for me and is relatively responsive for a free project. I do hope to find time to prototype the changes for the issue but it's not as easy as just a PR: it requires testing, etc.
Fixed in version 0.1.5
This is a new warning in React 0.62.0:
The background is here: https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated/
However, that notes:
Here is an example stack of the react-native-amazing-cropper warning:
Since Cropper is using
Animated
on a position property, I thinkuseNativeDriver
should be set tofalse
.