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 f4c53c5 commit e62441dCopy full SHA for e62441d
src/bottom-navigation/index.android.ts
@@ -50,6 +50,7 @@ function initializeNativeClasses() {
50
@CSSType('BottomNavigation')
51
export class BottomNavigation extends TabNavigation<com.nativescript.material.core.BottomNavigationBar> {
52
tabsPosition = TabsPosition.Bottom;
53
+ animationEnabled = false;
54
protected override updateTabsBarItemAt(position: number, itemSpec: com.nativescript.material.core.TabItemSpec) {
55
this.mTabsBar.updateItemAt(position, itemSpec);
56
}
0 commit comments