henrychavez / nativescript-bottom-navigation

Nativescript plugin for Android & iOS to have the bottom navigation bar of Material Design
Apache License 2.0
58 stars 18 forks source link

selectTab() not changing selected icon #58

Closed keerl closed 5 years ago

keerl commented 5 years ago

I am trying to select a tab programmatically by using selectTab() and it sort of works...it triggers the onBottomNavigationTabSelected() event, but the actual selected icon/tab doesn't update. I've tried changing selectedTabIndex manually, but that doesn't work either. Seems to only happen on Android.

keerl commented 5 years ago

My bad. Another issue was causing the problem.