You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
231
231
@@ -361,6 +361,8 @@ Supported values:
361
361
-`slide_from_left`: slide in the new screen from left (Android only, uses default animation on iOS)
362
362
-`none`: don't animate the screen
363
363
364
+
Only supported on Android and iOS.
365
+
364
366
#### `presentation`
365
367
366
368
How should the screen be presented.
@@ -375,6 +377,8 @@ Supported values:
375
377
-`fullScreenModal`: will use "UIModalPresentationFullScreen" modal style on iOS and will fallback to "modal" on Android.
376
378
-`formSheet`: will use "UIModalPresentationFormSheet" modal style on iOS and will fallback to "modal" on Android.
377
379
380
+
Only supported on Android and iOS.
381
+
378
382
#### `orientation`
379
383
380
384
The display orientation to use for the screen.
@@ -390,6 +394,8 @@ Supported values:
390
394
-`landscape_left`: landscape-left orientation is permitted.
391
395
-`landscape_right`: landscape-right orientation is permitted.
392
396
397
+
Only supported on Android and iOS.
398
+
393
399
### Events
394
400
395
401
The navigator can [emit events](navigation-events.md) on certain actions. Supported events are:
0 commit comments