Skip to content

Commit

Permalink
Merge 31235d8 into ea2cc59
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Sep 24, 2019
2 parents ea2cc59 + 31235d8 commit 9206b61
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -78,7 +78,7 @@ export type BottomNavigationElement = React.ReactElement<BottomNavigationProps>;
* return (
* <BottomNavigation
* selectedIndex={this.state.selectedIndex}
* onSelect={this.onTabSelect}
* onSelect={this.onTabSelect}>
* <BottomNavigationTab title='Tab 1/>
* <BottomNavigationTab title='Tab 2/>
* <BottomNavigationTab title='Tab 3/>
Expand Down Expand Up @@ -109,7 +109,7 @@ export type BottomNavigationElement = React.ReactElement<BottomNavigationProps>;
* <BottomNavigation
* appearance='noIndicator'
* selectedIndex={this.state.selectedIndex}
* onSelect={this.onTabSelect}
* onSelect={this.onTabSelect}>
* <BottomNavigationTab title='Tab 1/>
* <BottomNavigationTab title='Tab 2/>
* </BottomNavigation>
Expand Down

0 comments on commit 9206b61

Please sign in to comment.