From be0d7afc0ac807d9d6bed46efcdc410249cf1fa5 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 27 Jan 2018 17:55:19 +0000 Subject: [PATCH] Deploy website Deploy website version based on 903b508232014d9173205149f95183df735c468c --- docs/next/image.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/next/image.html b/docs/next/image.html index 7a873e1ede4..03fb0237512 100644 --- a/docs/next/image.html +++ b/docs/next/image.html @@ -221,6 +221,7 @@ AppRegistry.registerComponent(
  • 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.

  • repeat: Repeat the image to cover the frame of the view. The image will keep it's size and aspect ratio. (iOS only)

  • +
  • center: Center the image in the view along both dimensions. If the image is larger than the view, scale it down uniformly so that it is contained in the view.