diff --git a/native/flow-typed/npm/@react-navigation/native_v6.x.x.js b/native/flow-typed/npm/@react-navigation/native_v6.x.x.js --- a/native/flow-typed/npm/@react-navigation/native_v6.x.x.js +++ b/native/flow-typed/npm/@react-navigation/native_v6.x.x.js @@ -196,7 +196,7 @@ | {| +screen: RouteName, +params?: $ElementType |}; declare export var Link: React$ComponentType<{ - +to: LinkTo<>, + +to: LinkTo, +action?: GenericNavigationAction, +target?: string, +children: React.Node,