Rutvik Bhatt
Rutvik Bhatt

Reputation: 486

Need scrollable tab view in react native

I am looking for a component with scrollable tab view, as shown below.

Next and previous tab should be faded

Can any one help me to find such example?

Upvotes: 0

Views: 2293

Answers (2)

Gabriel Mesquita
Gabriel Mesquita

Reputation: 2391

You could uese two scroll views.

The first one you use the horizontal prop, and wrap the other scroll view.

Upvotes: 0

rselvaganesh
rselvaganesh

Reputation: 1122

Check this Scrollable Tab View for React Native Github

Upvotes: 1

Related Questions