We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d129017 commit 5744ed4Copy full SHA for 5744ed4
src/bottom-navigation/index.android.ts
@@ -86,7 +86,7 @@ export class BottomNavigation extends TabNavigation<com.nativescript.material.co
86
public onLoaded(): void {
87
super.onLoaded();
88
89
- if (!this.tabStrip) {
+ if (!this.tabStrip && this.mTabsBar) {
90
// manually set the visibility, so that the grid layout remeasures
91
this.mTabsBar.setVisibility(android.view.View.GONE);
92
}
0 commit comments