diff --git a/packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx b/packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx index 63719c1431..633987c082 100644 --- a/packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx +++ b/packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx @@ -441,6 +441,7 @@ const DrawerLayout = function DrawerLayout( ); }, [ + animationSpeedProp, openValue, emitStateChanged, isDrawerOpen,