[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
1 changed files with 2 additions and 2 deletions

View File

@ -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,
});