PedroBern / react-native-collapsible-tab-view

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

perf: optimize and reduce rerenders #186

Closed andreialecu closed 2 years ago

andreialecu commented 3 years ago

This should greatly improve performance, especially with scrollable tab bars.

It also optimizes various other things, and reduces rerenders a bit.

It should be possible to test it by adding a git dependency directly:

    "react-native-collapsible-tab-view": "PedroBern/react-native-collapsible-tab-view#perf-rerenders",
github-actions[bot] commented 3 years ago

The Expo app for the example from this branch is ready!

expo.io/@pedrobern/react-native-collapsible-tab-view-demos?release-channel=pr-186

andreialecu commented 3 years ago

This is now available as react-native-collapsible-tab-view@4.2.1-rc.0 on npm for testing.

Seems to greatly improve performance especially on Android and lower end devices in a real world app I'm working on.