Skip to content

Commit

Permalink
Working on header
Browse files Browse the repository at this point in the history
  • Loading branch information
RDF014 committed Apr 27, 2017
1 parent 1677add commit fd07633
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ const renderBurgerButton = (navigation) => {
};

const renderHeader = () => {
return (
<Image
source={require('./Image/safer.png')}
style={{height: 125, width: 125}}
/>
);
};

HomePageTabs.navigationOptions = ({navigation}) => ({
title: 'SAFER',
headerLeft: renderBurgerButton(navigation)
headerLeft: renderBurgerButton(navigation),
tabBarIcon: (
<Image
source={require('./Image/safer.png')}
style={{height: 125, width: 125}}
/>
),
});


Expand Down

0 comments on commit fd07633

Please sign in to comment.