Skip to content

Commit bcd2124

Browse files
committed
add placement
1 parent 80dc400 commit bcd2124

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,20 @@ If left unset, system default is used.
597597

598598
Only supported on iOS.
599599

600+
##### `placement`
601+
602+
Controls preferred placement of the search bar. Defaults to `automatic`.
603+
604+
Supported values:
605+
- `automatic`
606+
- `stacked`
607+
- `inline` (**deprecated** starting from iOS 26, it is mapped to `integrated`)
608+
- `integrated` (available starting from iOS 26, on prior versions it is mapped to `inline`)
609+
- `integratedButton` (available starting from iOS 26, on prior versions it is mapped to `inline`)
610+
- `integratedCentered` (available starting from iOS 26, on prior versions it is mapped to `inline`)
611+
612+
Only supported on iOS.
613+
600614
##### `placeholder`
601615

602616
Text displayed when search field is empty.

0 commit comments

Comments
 (0)