From 0a44bc92e81fcf4008a2244e61c181bf8b491300 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
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',