Skip to content

Commit 0e17978

Browse files
author
Ruslan Lekhman
committed
fix(bottomnavigationbar): select tab native view
1 parent 52e2061 commit 0e17978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bottomnavigationbar/bottomnavigationbar.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class BottomNavigationBar extends BottomNavigationBarBase {
200200
}
201201

202202
protected selectTabNative(index: number): void {
203-
const bottomNavigationTabs = this.nativeView.getMenu();
203+
const bottomNavigationTabs = this.nativeViewProtected.getMenu();
204204

205205
if (bottomNavigationTabs.size() === 0) {
206206
return;

0 commit comments

Comments
 (0)