Skip to content

Commit

Permalink
Move selectTabOnPress prop to correct interface (#5894)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanghos authored Jan 30, 2020
1 parent 68a5de6 commit d6ead65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ export interface OptionsStatusBar {
* #### (Android specific)
*/
drawBehind?: boolean;
/**
* If it's set to false, pressing a tab won't select the tab
* instead it will emit a bottomTabPressedEvent
*/
selectTabOnPress?: boolean;
}

export interface OptionsLayout {
Expand Down Expand Up @@ -669,6 +664,11 @@ export interface OptionsBottomTab {
* #### (Android specific)
*/
selectedFontSize?: number;
/**
* If it's set to false, pressing a tab won't select the tab
* instead it will emit a bottomTabPressedEvent
*/
selectTabOnPress?: boolean;
}

export interface SideMenuSide {
Expand Down

0 comments on commit d6ead65

Please sign in to comment.