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.