diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index 4ba26491b17..8d9758a9975 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -20,9 +20,7 @@ so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding).
'contain': Scale the image uniformly (maintain the image's aspect ratio) 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.
uri is a string representing the resource identifier for the image, which
-could be an http address, a local file path, or the name of a static image
-resource (which should be wrapped in the require('./path/to/image.png') function).
Changes the color of all the non-transparent pixels to the tintColor.
When the image has rounded corners, specifying an overlayColor will +aspect ratio of the src.
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 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: @@ -36,7 +34,7 @@ the image.
A static image to display while loading the image source.
Invoked on load error with {nativeEvent: {error}}
Invoked on download progress with {nativeEvent: {loaded, total}}
Retrieve the width and height (in pixels) of an image prior to displaying it. +Apple documentation
A static image to display while loading the image source.
Invoked on load error with {nativeEvent: {error}}
Invoked on download progress with {nativeEvent: {loaded, total}}
Retrieve the width and height (in pixels) of an image prior to displaying it. This method can fail if the image cannot be found, or fails to download.
In order to retrieve the image dimensions, the image may first need to be loaded or downloaded, after which it will be cached. This means that in principle you could use this method to preload images, however it is not diff --git a/versions.html b/versions.html index 276211f6f55..c67891f2a51 100644 --- a/versions.html +++ b/versions.html @@ -1,4 +1,4 @@ -