[react_native] JS files from D2009265: Fix resizeMode for images
This commit is contained in:
parent
45c10ffc53
commit
c0c2d4ca00
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue