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