diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index af4fb5247e5..fb5ec180ae2 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -55,7 +55,10 @@ to or larger than the corresponding dimension of the view (minus padding).
so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).stretch: Scale width and height independently, This may change the
aspect ratio of the src.
repeat: Repeat the image to cover the frame of the view. The
-image will keep it's size and aspect ratio. (iOS only)
The image source (either a remote URL or a local file resource).
Changes the color of all the non-transparent pixels to the tintColor.
When the image has rounded corners, specifying an overlayColor will +image will keep it's size and aspect ratio. (iOS only)
The image source (either a remote URL or a local file resource).
This prop can also contain several remote URLs, specified together with
+their width and height and potentially with scale/other URI arguments.
+The native side will then choose the best uri to display based on the
+measured size of the image container.
Changes the color of all the non-transparent pixels to the tintColor.
When the image has rounded corners, specifying an overlayColor will cause the remaining space in the corners to be filled with a solid color. This is useful in cases which are not supported by the Android implementation of rounded corners: @@ -660,7 +663,6 @@ exports.examples : function() { return <MultipleSourcesExample />; }, - platform: 'android', }, { title: 'Legacy local image',