Skip to content

Commit 8a607e7

Browse files
committed
add allowToolbarIntegration
1 parent bcd2124 commit 8a607e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,16 @@ Supported values:
611611

612612
Only supported on iOS.
613613

614+
##### `allowToolbarIntegration`
615+
616+
Boolean indicating whether the system can place the search bar among other toolbar items on iPhone.
617+
618+
Set this prop to `false` to prevent the search bar from appearing in the toolbar when `placement` is `automatic`, `integrated`, `integratedButton` or `integratedCentered`.
619+
620+
Defaults to `true`. If `placement` is set to `stacked`, the value of this prop will be overridden with `false`.
621+
622+
Only supported on iOS, starting from iOS 26.
623+
614624
##### `placeholder`
615625

616626
Text displayed when search field is empty.

0 commit comments

Comments
 (0)