react-native-macos icon indicating copy to clipboard operation
react-native-macos copied to clipboard

image flex + resizeMode='contains' paints image twice

Open terinjokes opened this issue 8 years ago • 0 comments

When <Image resizeMode='contain'/> is being resized as part of a Flex layout the image is painted onto the scene twice: once stretched to match the frame, and a second time to scale the dimensions to fit within the frame with the same aspect ratio.

terinjokes avatar Aug 14 '16 03:08 terinjokes