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 1aa581d commit 08799faCopy full SHA for 08799fa
src/Core.res
@@ -70,6 +70,10 @@ module Navigation = {
70
@send
71
external reset: (navigation, navigationState) => unit = "reset"
72
73
+ @send external preload: (t, string) => unit = "preload"
74
+ @send
75
+ external preloadWithParams: (t, string, 'params) => unit = "preload"
76
+
77
@send external isFocused: (navigation, unit) => bool = "isFocused"
78
79
0 commit comments