Skip to content

Commit f75242d

Browse files
update: added independent param to NavigationContainer (#64)
1 parent 6abe4e7 commit f75242d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Native.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module NavigationContainer = {
2929
~onReady: unit => unit=?,
3030
~theme: theme=?,
3131
~children: React.element,
32+
~independent: bool=?,
3233
) => React.element = "NavigationContainer"
3334
}
3435

0 commit comments

Comments
 (0)