ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.29k forks source link

ScrollableTabBar stuttering with flatlist #1106

Open brambang opened 4 years ago

brambang commented 4 years ago

i used ScrollableTabBar and render data with flatlist in every tab. the problem is when we click menu the animation will stuttering because of renderItem of flatlist. How to solved it? maybe like animated delay or something like that, i am not understand your script and im not familiar with RN animated

marlti7 commented 4 years ago

same problem do you fix it? @brambang

AdarshJais commented 4 years ago

Did you get any solution or hacks?

vaibhavgadekar commented 3 years ago

Hey have any solution for that ??🙄🙄🙄🙄

brambang commented 2 years ago

No. my apps still has this issue until now. i want to try to make the flatlist load less data when init and load more data when user scroll to end of the screen, if the problem because of flatlist data it should solve the problem.