diff --git a/native/flow-typed/npm/@react-navigation/core_v6.x.x.js b/native/flow-typed/npm/@react-navigation/core_v6.x.x.js --- a/native/flow-typed/npm/@react-navigation/core_v6.x.x.js +++ b/native/flow-typed/npm/@react-navigation/core_v6.x.x.js @@ -393,8 +393,8 @@ ...$EventHandlers, id?: string, enabled?: boolean, - waitFor?: React$Ref | Array>, - simultaneousHandlers?: React$Ref | Array>, + waitFor?: React.RefSetter | Array>, + simultaneousHandlers?: React.RefSetter | Array>, shouldCancelWhenOutside?: boolean, minPointers?: number, hitSlop?: HitSlop, diff --git a/native/flow-typed/npm/@react-navigation/drawer_v6.x.x.js b/native/flow-typed/npm/@react-navigation/drawer_v6.x.x.js --- a/native/flow-typed/npm/@react-navigation/drawer_v6.x.x.js +++ b/native/flow-typed/npm/@react-navigation/drawer_v6.x.x.js @@ -91,7 +91,7 @@ * DrawerGestureContext */ - declare type GestureHandlerRef = React$Ref< + declare type GestureHandlerRef = React.RefObject< React$ComponentType, >; declare export var DrawerGestureContext: React$Context; diff --git a/native/flow-typed/npm/@react-navigation/stack_v6.x.x.js b/native/flow-typed/npm/@react-navigation/stack_v6.x.x.js --- a/native/flow-typed/npm/@react-navigation/stack_v6.x.x.js +++ b/native/flow-typed/npm/@react-navigation/stack_v6.x.x.js @@ -105,7 +105,7 @@ * GestureHandler accessors */ - declare type GestureHandlerRef = React$Ref< + declare type GestureHandlerRef = React.RefObject< React$ComponentType, >; declare export var GestureHandlerRefContext: React$Context< diff --git a/native/flow-typed/npm/react-native-gesture-handler_v2.x.x.js b/native/flow-typed/npm/react-native-gesture-handler_v2.x.x.js --- a/native/flow-typed/npm/react-native-gesture-handler_v2.x.x.js +++ b/native/flow-typed/npm/react-native-gesture-handler_v2.x.x.js @@ -379,8 +379,8 @@ ...$EventHandlers, id?: string, enabled?: boolean, - waitFor?: React$Ref | $ReadOnlyArray>, - simultaneousHandlers?: React$Ref | $ReadOnlyArray>, + waitFor?: React.RefSetter | $ReadOnlyArray>, + simultaneousHandlers?: React.RefSetter | $ReadOnlyArray>, shouldCancelWhenOutside?: boolean, minPointers?: number, hitSlop?: HitSlop,