Skip to content

Commit 80dc400

Browse files
committed
update hideNavigationBar, obscureBackground
1 parent 08d3720 commit 80dc400

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

versioned_docs/version-7.x/native-stack-navigator.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,9 @@ Only supported on Android.
564564

565565
##### `hideNavigationBar`
566566

567-
Boolean indicating whether to hide the navigation bar during searching. Defaults to `true`.
567+
Boolean indicating whether to hide the navigation bar during searching.
568+
569+
If left unset, system default is used.
568570

569571
Only supported on iOS.
570572

@@ -589,7 +591,11 @@ Only supported on Android.
589591

590592
##### `obscureBackground`
591593

592-
Boolean indicating whether to obscure the underlying content with semi-transparent overlay. Defaults to `true`.
594+
Boolean indicating whether to obscure the underlying content with semi-transparent overlay.
595+
596+
If left unset, system default is used.
597+
598+
Only supported on iOS.
593599

594600
##### `placeholder`
595601

0 commit comments

Comments
 (0)