From f7a45014dcb6084ba43b2c67b4cf20717cbcb44c Mon Sep 17 00:00:00 2001 From: yechunxi Date: Mon, 12 Apr 2021 18:40:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(router-rn):=20=E5=A2=9E=E5=8A=A0rn=20?= =?UTF-8?q?=E5=A4=B4=E9=83=A8=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-router-rn/src/view/BackButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-router-rn/src/view/BackButton.tsx b/packages/taro-router-rn/src/view/BackButton.tsx index 1d9d4a3765a2..4bad34505aca 100644 --- a/packages/taro-router-rn/src/view/BackButton.tsx +++ b/packages/taro-router-rn/src/view/BackButton.tsx @@ -15,7 +15,7 @@ export default class BackButton extends React.PureComponent { const { tintColor = '#ffffff' } = this.props const color = tintColor.toLowerCase() const imageSource = (color === '#ffffff' || color === 'white' || color === '#fff') ? whiteArrow : blackArrow - return + return