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 want to Change specific Tab index title (suppose there 4 bottom Tabs namely - A,B,C(Count),D when tapping Tab C the title should should update depending on Count value eg - C(5) ).
Can we do it with Bindable String Property?
The text was updated successfully, but these errors were encountered:
from what i've seen, the library doesn't have support for binding. you can look at the renderer to see that for yourself and you'd have to modify it so that work with data binding
I want to Change specific Tab index title (suppose there 4 bottom Tabs namely - A,B,C(Count),D when tapping Tab C the title should should update depending on Count value eg - C(5) ).
Can we do it with Bindable String Property?
The text was updated successfully, but these errors were encountered: