Fix warning

This commit is contained in:
Johan Ruokangas 2016-02-13 22:02:05 +02:00
parent 8b06845e97
commit 067adc2675

View File

@ -25,11 +25,11 @@ var Canvas = React.createClass({
opaque={false}
underlayColor={'transparent'}
style={this.props.style}
javaScriptEnabledAndroid={true}
javaScriptEnabled={true}
/>
</View>
);
}
});
module.exports = Canvas;
module.exports = Canvas;