madhu314 / react-native-tabbed-view-pager-android

A React Native component for android view pager with tabs.
MIT License
44 stars 11 forks source link

Add gradient color to tabIndicator #12

Closed chiragmittal19 closed 4 years ago

chiragmittal19 commented 6 years ago

Is there any way to put linear gradient as tabIndicatorColor?

ashokkumar88 commented 6 years ago

Yes. Just create a View with linear gradient and apply style position:"absolute,height:56" to the View. Then below this View place TabbedViewPager

chiragmittal19 commented 6 years ago

@ashokkumar88 But that will cover the complete tab bar. I want to customize only the line under selected tab.

ashokkumar88 commented 6 years ago

@chiragmittal19 Then disable the default tabIndicator and put your custom indicator in a View and animate with onPageScroll event.

madhu314 commented 4 years ago

This feature is not planned for this library.