Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32940300
D5418.1768253606.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D5418.1768253606.diff
View Options
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<Route<>>,
- +previous?: Scene<Route<>>,
- +navigation: StackNavigationHelpers<ParamListBase>,
+ +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<Route<>>,
- +previous?: Scene<Route<>>,
- +navigation: StackNavigationHelpers<ParamListBase>,
+ +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<Route<>>,
- +previous?: Scene<Route<>>,
- +navigation: StackNavigationHelpers<ParamListBase>,
+ +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<Route<>>,
- +previous?: Scene<Route<>>,
- +navigation: StackNavigationHelpers<ParamListBase>,
+ +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<Route<>>,
- +previous?: Scene<Route<>>,
- +navigation: StackNavigationHelpers<ParamListBase>,
+ +progress: AnimatedInterpolation,
+ +back?: {| +title: string |},
+styleInterpolator: StackHeaderStyleInterpolator,
|};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 12, 9:33 PM (8 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5924904
Default Alt Text
D5418.1768253606.diff (3 KB)
Attached To
Mode
D5418: [native] [25/34] ReactNav6: Update StackHeaderProps type
Attached
Detach File
Event Timeline
Log In to Comment