-
According to ios you can tweak the duration of the transition: https://stackoverflow.com/a/28767169/7180620 I'm using react native navigation v5 and I can't figure out how to adjust the transition time between screens. Is this possible to do? Probably something in screenOptions, but I'm not seeing any documentation for it. Expo: SDK 41 Managed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
If you mean the |
Beta Was this translation helpful? Give feedback.
We added
transitionDuration
oniOS
:react-native-screens/src/types.tsx
Line 252 in 7c6e14b