Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 authored Sep 21, 2016
1 parent 4a422c1 commit 1b39c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ const { selectedTab } = this.state

<Tabs>
<Tab
tabStyle={selectedTab !== 'about' && { styles.tabSelectedstyle }}
tabStyle={selectedTab !== 'home' && { styles.tabSelectedstyle }}
titleStyle={[styles.titleStyle]}
selectedTitleStyle={[styles.titleSelected]}
selected={selectedTab === 'home'}
Expand Down

0 comments on commit 1b39c0c

Please sign in to comment.