I have implemented (with struggles ) custom animated tab bar using new headless tabs hooks from
expo-router/ui
As far as I understood the current way of implementing screen transitions is to pass custom
renderFn
implementation.
It feels like this approach required too much knowledge on internals of the tabs hook and will likely break after next release / major update.
It would be amazing if I could somehow pass
animation: fade
to the headless version as currently possible for default expo tabs