Skip to content

Commit 7d26abf

Browse files
committed
Update native stack docs
1 parent d6e3d54 commit 7d26abf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Style object for header title. Supported properties:
225225
- `fontWeight`
226226
- `color`
227227

228-
#### `headerSearchBar`
228+
#### `headerSearchBarOptions`
229229

230230
Options to render a native search bar on iOS. Search bars are rarely static so normally it is controlled by passing an object to `searchBar` navigation option in the component's body.
231231

@@ -361,6 +361,8 @@ Supported values:
361361
- `slide_from_left`: slide in the new screen from left (Android only, uses default animation on iOS)
362362
- `none`: don't animate the screen
363363

364+
Only supported on Android and iOS.
365+
364366
#### `presentation`
365367

366368
How should the screen be presented.
@@ -375,6 +377,8 @@ Supported values:
375377
- `fullScreenModal`: will use "UIModalPresentationFullScreen" modal style on iOS and will fallback to "modal" on Android.
376378
- `formSheet`: will use "UIModalPresentationFormSheet" modal style on iOS and will fallback to "modal" on Android.
377379

380+
Only supported on Android and iOS.
381+
378382
#### `orientation`
379383

380384
The display orientation to use for the screen.
@@ -390,6 +394,8 @@ Supported values:
390394
- `landscape_left`: landscape-left orientation is permitted.
391395
- `landscape_right`: landscape-right orientation is permitted.
392396

397+
Only supported on Android and iOS.
398+
393399
### Events
394400

395401
The navigator can [emit events](navigation-events.md) on certain actions. Supported events are:

0 commit comments

Comments
 (0)