-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Image] Does not fade in on Android unless borderRadius is set #5545
Comments
Hey brentvatne, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
Wow good find! I know little about the implementation, here it is: https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/views/image/ReactImageManager.java Maybe Fresco does some special casing. Pinged the Fresco oncall. |
The one thing that stands out is that we're not making the view dirty. I don't know much about ReactNative so not sure when the setters are called but it seems that unless we mark something as dirty the settings won't be applied. @mkonicek happy to pair with you on this but it seems that the problem is in ReactImageView |
@brentvatne does looking at |
@mkonicek - I tried setting that manually and it didn't have any impact, the only way it fades is if I set borderRadius specifically |
I'll try to find some time to look into it. |
BTW same thing happens when the image has some content ie.
|
Ah, I didn't get to this. @brentvatne do you remember if we found a solution? |
Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why. |
See example gifv here
The text was updated successfully, but these errors were encountered: