How to adjust the screen animation speed of @react-navigation/material-top-tabs in react-navigation v6

233 Views Asked by At

I want to increase the animation speed. As I see in the documentation https://reactnavigation.org/docs/material-top-tab-navigator, there is no longer props like timingConfig or springConfig in react-navigation v6.

Expected: Can adjust animation speed

1

There are 1 best solutions below

1
dcposch On

It looks like @react-navigation removed this option in v6. v5 had timingOptions, v6 no longer does.

The only explanation I've found is the following.

https://github.com/react-navigation/react-navigation/issues/11173#issuecomment-1408886342