1

If the user is scrolling down to Dinner option in the scroll view, then the DINNER icon should get highlighted in the tab. Similarly if the user clicks on Breakfast, it should automatically make the scroll view to move to that breakfast section. Something similar to ScrollSpytabs, how can I achieve this functionality in react native?

enter image description here

Nizami
  • 227
  • 1
  • 5
  • 15

1 Answers1

1

You need use SectionList component and custom tab menu

Try react-native-tabs-section-list npm library https://www.npmjs.com/package/react-native-tabs-section-list or investigate code into github repo https://github.com/bogoslavskiy/react-native-tabs-section-list

Vasyl Nahuliak
  • 1,912
  • 2
  • 14
  • 32