diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index 70143506f0d..3eb6d099c9d 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -22,7 +22,7 @@ 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).
When the image has rounded corners, specifying an overlayColor will
+resource (which should be wrapped in the require('./path/to/image.png') function).
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: diff --git a/releases/next/showcase.html b/releases/next/showcase.html index 581d7ac2db7..0b64dd5ff84 100644 --- a/releases/next/showcase.html +++ b/releases/next/showcase.html @@ -1,4 +1,4 @@ -