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 selfstyle the indicator, no dynamically, like this. but I cant see any props about the indicatorStyle, any solutions?
in react-native-tab-view they have the styleprops about the indicator, I wonder if this library can do so.
The text was updated successfully, but these errors were encountered:
You can style it using indicatorStyle property on MaterialTabBar. But the problem is setting a width, because the Indicator component set's that every time it moves.
I'm not sure I understand this issue, but #395 made some changes here. Styling the indicator should be possible in several ways, please see the Example app in the repository.
I want to selfstyle the indicator, no dynamically, like this. but I cant see any props about the indicatorStyle, any solutions?
in react-native-tab-view they have the styleprops about the indicator, I wonder if this library can do so.
The text was updated successfully, but these errors were encountered: