If true then react-native-reanimated
module will be
used for every animation. In this case the reanimation
field of screen options should be used
instead of animation
and getReanimatedValues
function should be used instead of
getAnimatedValues
. Every reanimation
and animationEasing
should have worklet
directive:
https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/glossary#worklet.
Route configurations for each screen.
Animation and gestures for each screen.
Root state to start render from.
Generated using TypeDoc
Will be used for this state and it's inner states at any depth when
screenOptions
andscreenStackOptions
of target state has no defined field.