Skip to content

Commit e62441d

Browse files
committed
fix(bottom-navigation): android default to no animation
1 parent f4c53c5 commit e62441d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bottom-navigation/index.android.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function initializeNativeClasses() {
5050
@CSSType('BottomNavigation')
5151
export class BottomNavigation extends TabNavigation<com.nativescript.material.core.BottomNavigationBar> {
5252
tabsPosition = TabsPosition.Bottom;
53+
animationEnabled = false;
5354
protected override updateTabsBarItemAt(position: number, itemSpec: com.nativescript.material.core.TabItemSpec) {
5455
this.mTabsBar.updateItemAt(position, itemSpec);
5556
}

0 commit comments

Comments
 (0)