Image: set 'resizeMode' default to 'stretch'

Fix #8
This commit is contained in:
Nicolas Gallagher
2015-09-08 00:29:53 -07:00
parent edf0fda75a
commit c72173ff88
2 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ Invoked when load either succeeds or fails,
Invoked on load start.
**resizeMode** oneOf('clip', 'contain', 'cover', 'stretch')
**resizeMode** oneOf('contain', 'cover', 'none', 'stretch')
Determines how to resize the image when the frame doesn't match the raw image
dimensions. Default: `cover`.
dimensions. Default: `stretch`.
**source** { uri: string }