mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
[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,
|
cover: null,
|
||||||
/**
|
/**
|
||||||
* 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,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user