fix: remove tab icon wrapper to fix adaptive icons

This commit is contained in:
Brent Vatne
2018-06-06 13:11:52 -07:00
parent 307b3a1505
commit eb8e1de6dc

View File

@@ -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>
);
})}