Open Echoju opened 2 years ago
tabPressed is not emited if the tabs are not selectable
that's not how it is explained in the docs => " Function fired every time the user tap a tab with isSelectable: false "
Anyway, I think I found the reason : I think that the bottomTab select by default the first item then as long as it is selected the press event can't be fired.
@Echoju thanks for.pointing that out. if you can create a PR if you find the fix that would be awesome!
Hello,
I use BottomNavigationBar with Vue.js. I set isSelectable to False to each item so that I can use the TabPressed event, the problem I found is that this event is not fired on the first item only (the two others work fine!) :