Skip to content

Commit

Permalink
fix for #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkuczma committed Sep 21, 2017
1 parent 384a32e commit 5b584cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/NBAreact.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class NBAreact extends React.Component {
<Scene key='root'>
<Scene key='Main' component={MainWindow} initial={true} hideNavBar={true} />
<Scene key='GameStats' component={GameStatsPage} hideNavBar={false} navigationBarStyle={styles.gameStatsPageTab} />
<Scene key='TeamStats' component={TeamStatsPage} hideNavBar={false} navigationBarStyle={styles.teamPageTab} backButtonImage={require('./App/Assets/Images/back_button_white.png')}/>
<Scene key='TeamStats' component={TeamStatsPage} hideNavBar={false} navigationBarStyle={styles.teamPageTab} backButtonImage={require('./Assets/Images/back_button_white.png')}/>
<Scene key='IndividualPlayerPage' component={IndividualPlayerPage} hideNavBar={false} navigationBarStyle={styles.playerTab} />
</Scene>
</Router>
Expand Down

0 comments on commit 5b584cc

Please sign in to comment.