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
I'm trying to update my tabbar messages tab badge with a number.
I'm currently using mobx, but it seems that the tabbar component doesn't update directly with mobx.
So I tried to pass it as a prop to tabbar, but it updates the entire tabbar scene, causing a flick.
So I removed this prop. When I switch tabs, it updates the number.
Any tips on this? Is there a way to update only the custom tabbar?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I'm trying to update my tabbar messages tab badge with a number.
I'm currently using mobx, but it seems that the tabbar component doesn't update directly with mobx.
So I tried to pass it as a prop to tabbar, but it updates the entire tabbar scene, causing a flick.
So I removed this prop. When I switch tabs, it updates the number.
Any tips on this? Is there a way to update only the custom tabbar?
Thanks in advance
The text was updated successfully, but these errors were encountered: