-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resizeMode behaviour is inconsistent between 8.5.12 and 8.6.0 #922
Comments
same problem |
Is this just a case of the default value changing? (agree it shouldn't have) |
(I ask that because if all we need to do is specify contain everywhere there was no value, that's an easy-ish thing to do. But if the change in behavior is more complex...) |
Same Problem. |
Bump! This is happening in my project as well. |
I'm having the same issue on android devices Dependency versions: |
anyone found a solution? |
This package is dead. |
Just converted to react-native-image-cache . seems alot better |
Describe the bug
Image resize behaviour is inconsistent between versions.
To Reproduce
Expected behavior
Image resize behaviour to be consistent between versions.
Screenshots
v8.5.12
v8.6.0
Dependency versions
Changing
FastImage.resizeMode.cover
toFastImage.resizeMode.contain
solves the problem, but the point is that the behavior shouldn't have changed between versions.The text was updated successfully, but these errors were encountered: