3

Iam looking React Native swipe tabs. Right now using "React Native Tab View" it as an issue like lazy loading, flatlist won't work, Tab indicator get delay. please suggest a good package or how to do swipeable tab in react-native. Thanks

"React Native Tab View" https://www.npmjs.com/package/react-native-tab-view

surendiran somu
  • 103
  • 2
  • 6

2 Answers2

2

You can try react-native-scrollable-tab-view . I have implemented in lot of projects and working fine

Mehran Khan
  • 3,616
  • 1
  • 13
  • 10
0

You can try Material Top Tabs Navigator @react-navigation/material-top-tabs, more info at https://reactnavigation.org/docs/material-top-tab-navigator

Roberto
  • 4,524
  • 1
  • 38
  • 30