@@ -25,7 +25,7 @@ type appContainerProps('screenProps) = {
25
25
"persistNavigationState" : option(persistNavigationState),
26
26
"loadNavigationState" : option(loadNavigationState),
27
27
"screenProps" : option('screenProps),
28
- "setNavigatorRef " : Js . Nullable . t(NavigationContainer . t) => unit,
28
+ "ref " : Js . Nullable . t(NavigationContainer . t) => unit,
29
29
};
30
30
31
31
[@ bs . obj ]
@@ -34,7 +34,7 @@ external makeProps:
34
34
~persistNavigationState : persistNavigationState =?,
35
35
~loadNavigationState : loadNavigationState =?,
36
36
~screenProps : ' screenProps =?,
37
- ~setNavigatorRef : Js . Nullable . t (NavigationContainer . t ) => unit =?,
37
+ ~ref : Js . Nullable . t (NavigationContainer . t ) => unit =?,
38
38
~key : string =?,
39
39
unit
40
40
) =>
@@ -79,7 +79,7 @@ module Make = (S: {
79
79
~persistNavigationState : persistNavigationState =?,
80
80
~loadNavigationState : loadNavigationState =?,
81
81
~screenProps : S . screenProps =?,
82
- ~setNavigatorRef : Js . Nullable . t (NavigationContainer . t ) => unit =?,
82
+ ~ref : Js . Nullable . t (NavigationContainer . t ) => unit =?,
83
83
~key : string =?,
84
84
unit
85
85
) =>
0 commit comments