From c0c2d4ca00cdbca93dacd5eea8a8dc07ef9dbae9 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 21 Apr 2015 11:54:14 -0700 Subject: [PATCH] [react_native] JS files from D2009265: Fix resizeMode for images --- Libraries/Image/ImageResizeMode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Image/ImageResizeMode.js b/Libraries/Image/ImageResizeMode.js index 9a7a2f954..b947b9525 100644 --- a/Libraries/Image/ImageResizeMode.js +++ b/Libraries/Image/ImageResizeMode.js @@ -30,8 +30,8 @@ var ImageResizeMode = keyMirror({ cover: null, /** * 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, - * distoring it. Only supported on iOS. + * view without clipping. This may change the aspect ratio of the image, + * distoring it. */ stretch: null, });