Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32163262
D15026.1765045792.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
961 B
Referenced Files
None
Subscribers
None
D15026.1765045792.diff
View Options
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
@@ -823,10 +823,9 @@
declare export type Navigate<ParamList> =
& SimpleNavigate<ParamList>
& <DestinationRouteName: $Keys<ParamList>>(
- route: $If<
- $IsUndefined<$ElementType<ParamList, DestinationRouteName>>,
+ route:
| {| +key: string |}
- | {| +name: DestinationRouteName, +key?: string |},
+ | {| +name: DestinationRouteName, +key?: string |}
| {|
+key: string,
+params?: EitherExactOrPartialWithMergeProperty<
@@ -840,7 +839,6 @@
$ElementType<ParamList, DestinationRouteName>,
>,
|},
- >,
) => void;
declare type CoreNavigationHelpers<
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 6:29 PM (19 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5840172
Default Alt Text
D15026.1765045792.diff (961 B)
Attached To
Mode
D15026: [Flow262][skip-ci] navigation.navigate type
Attached
Detach File
Event Timeline
Log In to Comment