diff --git a/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js b/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js @@ -919,7 +919,7 @@ declare export type RouteProp< ParamList: ParamListBase, - RouteName: $Keys, + RouteName: $Keys = $Keys, > = {| ...LeafRoute, +params: $ElementType, @@ -1077,6 +1077,12 @@ +Navigator: React$ComponentType<{| ...$Exact, ...ScreenOptionsProp, + +screenListeners?: + | ScreenListeners + | ({| + +route: RouteProp, + +navigation: NavProp, + |}) => ScreenListeners, |}>, +Group: React$ComponentType<{| ...ScreenOptionsProp, diff --git a/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js b/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js @@ -919,7 +919,7 @@ declare export type RouteProp< ParamList: ParamListBase, - RouteName: $Keys, + RouteName: $Keys = $Keys, > = {| ...LeafRoute, +params: $ElementType, @@ -1077,6 +1077,12 @@ +Navigator: React$ComponentType<{| ...$Exact, ...ScreenOptionsProp, + +screenListeners?: + | ScreenListeners + | ({| + +route: RouteProp, + +navigation: NavProp, + |}) => ScreenListeners, |}>, +Group: React$ComponentType<{| ...ScreenOptionsProp, diff --git a/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js b/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js @@ -919,7 +919,7 @@ declare export type RouteProp< ParamList: ParamListBase, - RouteName: $Keys, + RouteName: $Keys = $Keys, > = {| ...LeafRoute, +params: $ElementType, @@ -1077,6 +1077,12 @@ +Navigator: React$ComponentType<{| ...$Exact, ...ScreenOptionsProp, + +screenListeners?: + | ScreenListeners + | ({| + +route: RouteProp, + +navigation: NavProp, + |}) => ScreenListeners, |}>, +Group: React$ComponentType<{| ...ScreenOptionsProp, diff --git a/native/flow-typed/npm/@react-navigation/native_v5.x.x.js b/native/flow-typed/npm/@react-navigation/native_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/native_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/native_v5.x.x.js @@ -919,7 +919,7 @@ declare export type RouteProp< ParamList: ParamListBase, - RouteName: $Keys, + RouteName: $Keys = $Keys, > = {| ...LeafRoute, +params: $ElementType, @@ -1077,6 +1077,12 @@ +Navigator: React$ComponentType<{| ...$Exact, ...ScreenOptionsProp, + +screenListeners?: + | ScreenListeners + | ({| + +route: RouteProp, + +navigation: NavProp, + |}) => ScreenListeners, |}>, +Group: React$ComponentType<{| ...ScreenOptionsProp, diff --git a/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js b/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js @@ -919,7 +919,7 @@ declare export type RouteProp< ParamList: ParamListBase, - RouteName: $Keys, + RouteName: $Keys = $Keys, > = {| ...LeafRoute, +params: $ElementType, @@ -1077,6 +1077,12 @@ +Navigator: React$ComponentType<{| ...$Exact, ...ScreenOptionsProp, + +screenListeners?: + | ScreenListeners + | ({| + +route: RouteProp, + +navigation: NavProp, + |}) => ScreenListeners, |}>, +Group: React$ComponentType<{| ...ScreenOptionsProp,