diff --git a/keyserver/flow-typed/npm/frog_v0.18.x.js b/keyserver/flow-typed/npm/frog_v0.18.x.js --- a/keyserver/flow-typed/npm/frog_v0.18.x.js +++ b/keyserver/flow-typed/npm/frog_v0.18.x.js @@ -13,7 +13,7 @@ }; declare export var Button: { - Link: React$ComponentType<{ + Link: React.ComponentType<{ +children: React$Node, +href: string, ... 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 @@ -179,7 +179,7 @@ declare export var DefaultTheme: {| ...Theme, +dark: false |}; declare export var DarkTheme: {| ...Theme, +dark: true |}; declare export function useTheme(): Theme; - declare export var ThemeProvider: React$ComponentType<{| + declare export var ThemeProvider: React.ComponentType<{| +value: Theme, +children: React.Node, |}>; @@ -195,7 +195,7 @@ | string | {| +screen: RouteName, +params?: ParamList[RouteName] |}; - declare export var Link: React$ComponentType<{ + declare export var Link: React.ComponentType<{ +to: LinkTo<>, +action?: GenericNavigationAction, +target?: string,