forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
Description
The resizeMode prop on the Image component does not work correctly - cover seems to behave the same as contains. This can easily be seen in the RNTester image example. There is also weirdness with window resizing where the image will render multiple times with different layouts.
React Native version:
Cloned master with version 0.60.0-microsoft.75, hash 12f7265
Steps To Reproduce
Describe what you expected to happen:
The "Cover" example should be completely covered by the image, but it is letter-boxed the same as the "Contain" example next to it:
Reactions are currently unavailable
