Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f2b8126

Browse files
Fix NavigationContainer ref (#41)
1 parent e66384c commit f2b8126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Native.re‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module NavigationContainer = {
9999
[@bs.module "@react-navigation/native"] [@react.component]
100100
external make:
101101
(
102-
~ref: ReactNative.NativeElement.ref=?,
102+
~ref: ReactNative.Ref.t(Core.navigation)=?,
103103
~initialState: state=?,
104104
~onStateChange: navigationState=?,
105105
~children: React.element

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /