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
- Build and run RNTester-macOS
- Open
example
- Scroll to 'Resize Mode' section
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:

The
resizeModeprop on the Image component does not work correctly -coverseems to behave the same ascontains. 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: