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 @@ -1330,12 +1330,12 @@ |}; declare export type StackHeaderProps = {| - +mode: 'float' | 'screen', + +navigation: StackNavigationHelpers<>, + +route: RouteProp<>, + +options: StackOptions, +layout: {| +width: number, +height: number |}, - +insets: EdgeInsets, - +scene: Scene>, - +previous?: Scene>, - +navigation: StackNavigationHelpers, + +progress: AnimatedInterpolation, + +back?: {| +title: string |}, +styleInterpolator: StackHeaderStyleInterpolator, |}; 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 @@ -1330,12 +1330,12 @@ |}; declare export type StackHeaderProps = {| - +mode: 'float' | 'screen', + +navigation: StackNavigationHelpers<>, + +route: RouteProp<>, + +options: StackOptions, +layout: {| +width: number, +height: number |}, - +insets: EdgeInsets, - +scene: Scene>, - +previous?: Scene>, - +navigation: StackNavigationHelpers, + +progress: AnimatedInterpolation, + +back?: {| +title: string |}, +styleInterpolator: StackHeaderStyleInterpolator, |}; 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 @@ -1330,12 +1330,12 @@ |}; declare export type StackHeaderProps = {| - +mode: 'float' | 'screen', + +navigation: StackNavigationHelpers<>, + +route: RouteProp<>, + +options: StackOptions, +layout: {| +width: number, +height: number |}, - +insets: EdgeInsets, - +scene: Scene>, - +previous?: Scene>, - +navigation: StackNavigationHelpers, + +progress: AnimatedInterpolation, + +back?: {| +title: string |}, +styleInterpolator: StackHeaderStyleInterpolator, |}; 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 @@ -1330,12 +1330,12 @@ |}; declare export type StackHeaderProps = {| - +mode: 'float' | 'screen', + +navigation: StackNavigationHelpers<>, + +route: RouteProp<>, + +options: StackOptions, +layout: {| +width: number, +height: number |}, - +insets: EdgeInsets, - +scene: Scene>, - +previous?: Scene>, - +navigation: StackNavigationHelpers, + +progress: AnimatedInterpolation, + +back?: {| +title: string |}, +styleInterpolator: StackHeaderStyleInterpolator, |}; 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 @@ -1330,12 +1330,12 @@ |}; declare export type StackHeaderProps = {| - +mode: 'float' | 'screen', + +navigation: StackNavigationHelpers<>, + +route: RouteProp<>, + +options: StackOptions, +layout: {| +width: number, +height: number |}, - +insets: EdgeInsets, - +scene: Scene>, - +previous?: Scene>, - +navigation: StackNavigationHelpers, + +progress: AnimatedInterpolation, + +back?: {| +title: string |}, +styleInterpolator: StackHeaderStyleInterpolator, |};