Closed iisue closed 7 years ago
Thank you very much! Excellent! What do you think about an interface closer to the original Image component?
<WebImage source={{ uri: imageUri }} resizeMode={mode} />
Thank you! Will check and merge it in near time!
This add resizeMode to source.
PropTypes.oneOf(['cover', 'contain'])
Example.
<WebImage source={{ uri: imageUri, resizeMode: 'cover', }} />