Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix: remove tab icon wrapper to fix adaptive icons
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne authored and satya164 committed Aug 18, 2019
1 parent 5932ef8 commit 3fdb3d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/bottom-tabs/src/views/BottomTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
})}
Expand Down

0 comments on commit 3fdb3d9

Please sign in to comment.