[react_native] JS files from D2009265: Fix resizeMode for images

This commit is contained in:
Martin Konicek 2015-04-21 11:54:14 -07:00
parent 45c10ffc53
commit c0c2d4ca00

View File

@ -31,7 +31,7 @@ var ImageResizeMode = keyMirror({
/** /**
* stretch - The image will be stretched to fill the entire frame of the * stretch - The image will be stretched to fill the entire frame of the
* view without clipping. This may change the aspect ratio of the image, * view without clipping. This may change the aspect ratio of the image,
* distoring it. Only supported on iOS. * distoring it.
*/ */
stretch: null, stretch: null,
}); });