Page MenuHomePhorge

D15026.1765045792.diff
No OneTemporary

Size
961 B
Referenced Files
None
Subscribers
None

D15026.1765045792.diff

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

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)

Event Timeline