We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a6811 commit ef106f7Copy full SHA for ef106f7
1 file changed
src/Navigation.re
@@ -26,6 +26,8 @@ external navigateWithParams: (t, string, Js.t({..})) => unit = "navigate";
26
[@bs.send] external getParam: (t, string) => Js.nullable('a) = "getParam";
27
[@bs.send] external getParamWithDefault: (t, string, 'a) => 'a = "getParam";
28
[@bs.send]
29
+external reset: (t, array(NavigationActions.action), int) => unit = "reset";
30
+[@bs.send]
31
external addListener:
32
(
33
t,
0 commit comments