You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SandroDahl my vision was we don't need to handle this. Most cases assume changes in navigation state with this event, so this is why this condition was added. Not sure, but as far as I remember adding onPress for BottomNavigationTab can solve your case. Pleas try it and comment if it does.
💬 Question
Is there any reason why onSelect() is only allowed to call if the selected index is not equal to the current index.
I would like to listen to this event, even if it is the same index, so I can refresh my tab content (scroll view to top).
Or do I miss something and can solve it differently?
UI Kitten
The text was updated successfully, but these errors were encountered: