react-native-scrollable-tab-view
react-native-scrollable-tab-view copied to clipboard
ScrollableTabBar stuttering with flatlist
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
same problem do you fix it? @brambang
Did you get any solution or hacks?
Hey have any solution for that ??🙄🙄🙄🙄
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.