satya164 / react-native-tab-view

A cross-platform Tab View component for React Native
MIT License
5.14k stars 1.07k forks source link

feat: add animationEnabled to TabView #1388

Closed szymonrybczak closed 1 year ago

szymonrybczak commented 2 years ago

Motivation

According to this issue https://github.com/satya164/react-native-tab-view/issues/1371 I added the disableChangeTabAnimation to disable animation when changing tab.

szymonrybczak commented 2 years ago

@satya164 I updated my code as you said, could you please look at it again?

mlecoq commented 1 year ago

Hi, I have made a separated PR: see #1391 because I need to be able to deactivate animation only for distant tabs (I need to keep them for neighbor tabs)