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 @@ -189,8 +189,8 @@ */ declare export type LinkTo< - ParamList: ParamListBase, - RouteName: $Keys, + ParamList: ParamListBase = ParamListBase, + RouteName: $Keys = $Keys, > = | string | {| +screen: RouteName, +params?: $ElementType |};