diff --git a/lib/Canvas.js b/lib/Canvas.js index 3b1ab26..0d708d9 100644 --- a/lib/Canvas.js +++ b/lib/Canvas.js @@ -28,7 +28,7 @@ var Canvas = createReactClass({ automaticallyAdjustContentInsets={false} scalesPageToFit={Platform.OS === 'android'} contentInset={{top: 0, right: 0, bottom: 0, left: 0}} - source={{html: ""}} + source={{html: ""}} opaque={false} underlayColor={'transparent'} style={this.props.style}