PedroBern / react-native-collapsible-tab-view

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

fps drop when using this library in bottom tab bar navigation #244

Open reizhafajrian opened 2 years ago

reizhafajrian commented 2 years ago

when the component is used outside the bottom tab or into the stack screen, the component does not experience a drop in fps but otherwise is there a solution for this?

hamzawaleed0102 commented 2 years ago

Same issue. Following for updates.

andreialecu commented 2 years ago

I'd suggest trying v5 via react-native-collapsible-tab-view@rc, perhaps you see an improvement.

A video of the frame drop will help. One thing to make sure is that you memoize your tabs so they don't re-render too much.