diff --git a/native/flow-typed/npm/@react-navigation/core_v6.x.x.js b/native/flow-typed/npm/@react-navigation/core_v6.x.x.js --- a/native/flow-typed/npm/@react-navigation/core_v6.x.x.js +++ b/native/flow-typed/npm/@react-navigation/core_v6.x.x.js @@ -1396,12 +1396,6 @@ StackOptions, >; - declare type Scene = {| - +route: T, - +descriptor: StackDescriptor, - +progress: SceneProgress, - |}; - declare export type StackHeaderProps = {| ...HeaderProps, StackOptions>, +progress: SceneProgress,