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

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 24, 2019
1 parent 07bfc86 commit 58fbfdf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/example/src/Screens/BottomTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ export default function BottomTabsScreen() {
name="chat"
component={Chat}
options={{
tabBarLabel: props => {
console.log(props);
return null;
},
tabBarLabel: 'Chat',
tabBarIcon: getTabBarIcon('message-reply'),
tabBarButtonComponent: TouchableBounce,
}}
Expand Down

0 comments on commit 58fbfdf

Please sign in to comment.