From 58ca74c602f177c2f53edf240df25a9a07519b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8A=9B=E7=91=9E?= Date: Mon, 12 Aug 2019 11:53:44 +0800 Subject: [PATCH] remove border --- lib/Canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}