react-native-transformable-image
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -99,5 +99,6 @@ 'use strict'; | ||
onLayout={this.onLayout.bind(this)} | ||
style={{backgroundColor: 'black'}}> | ||
style={this.props.style}> | ||
<Image | ||
{...this.props} | ||
style={[this.props.style, {backgroundColor: 'transparent'}]} | ||
resizeMode={'contain'} | ||
@@ -104,0 +105,0 @@ onLoadStart={this.onLoadStart.bind(this)} |
{ | ||
"name": "react-native-transformable-image", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "library/TransformableImage.js", |
7817
154