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 e66384c commit f2b8126Copy full SHA for f2b8126
src/Native.re
@@ -99,7 +99,7 @@ module NavigationContainer = {
99
[@bs.module "@react-navigation/native"] [@react.component]
100
external make:
101
(
102
- ~ref: ReactNative.NativeElement.ref=?,
+ ~ref: ReactNative.Ref.t(Core.navigation)=?,
103
~initialState: state=?,
104
~onStateChange: navigationState=?,
105
~children: React.element
0 commit comments