PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
829 stars 160 forks source link

switching between tabs is very slow to react , while sliding between tabs is smooth #268

Open yadavmurari111 opened 2 years ago

yadavmurari111 commented 2 years ago

I'm having a issue in switching the tabs, when i am sliding between tabs they are fine but when i press on a particular tab the performance is very slow and animation on the tabs is also slow.video is also attached in reference of the issue. Please help me out.

MicrosoftTeams-image (3)

andreialecu commented 2 years ago

Which version are you running? Try the latest 5.0 RC.

This problem is usually related to memoization in your components. They're probably rendering too often. Try logging your rerenders and see if you can add React.memo or useMemo.

yadavmurari111 commented 2 years ago

"react-native-collapsible-tab-view": "^5.0.0-rc.13", --> i am running on this version . I will try to use useMemo