From 3c590aec3a92d7f700124061ae3877abcf7a57fd Mon Sep 17 00:00:00 2001 From: Shailesh Gahlawat Date: Mon, 20 May 2024 13:37:28 +0530 Subject: [PATCH] update: added independent param to NavigationContainer --- src/Native.res | 1 + 1 file changed, 1 insertion(+) 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" }