diff --git a/src/Native.res b/src/Native.res index ed8b25c..058989e 100644 --- a/src/Native.res +++ b/src/Native.res @@ -29,6 +29,7 @@ module NavigationContainer = { ~onReady: unit => unit=?, ~theme: theme=?, ~children: React.element, + ~independent: bool=?, ) => React.element = "NavigationContainer" }