mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 13:05:26 +08:00
fix: remove tab icon wrapper to fix adaptive icons
This commit is contained in:
@@ -238,10 +238,8 @@ class TabBarBottom extends React.Component<Props> {
|
||||
tabStyle,
|
||||
]}
|
||||
>
|
||||
<View style={{ flex: 1 }}>
|
||||
{this._renderIcon(scene)}
|
||||
{this._renderLabel(scene)}
|
||||
</View>
|
||||
{this._renderIcon(scene)}
|
||||
{this._renderLabel(scene)}
|
||||
</ButtonComponent>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user