We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a58e1 commit a58c1d7Copy full SHA for a58c1d7
src/Native.res
@@ -45,7 +45,7 @@ module Linking = {
45
46
module NavigationIndependentTree = {
47
@module("@react-navigation/native") @react.component
48
- external make: unit => React.element = "NavigationIndependentTree"
+ external make: (~children: React.element) => React.element = "NavigationIndependentTree"
49
}
50
51
module NavigationContainer = {
0 commit comments