|
@@ -374,11 +374,14 @@ topBar: {
|
374
|
374
|
Controls the behavior of screens displayed modally.
|
375
|
375
|
|
376
|
376
|
### Options supported on iOS
|
377
|
|
-* overCurrentContext - Content is displayed over the previous screen. Useful for **transparent modals**
|
|
377
|
+* `overCurrentContext` - Content is displayed over the previous screen. Useful for **transparent modals**
|
378
|
378
|
* `formSheet` - Content is centered in the screen
|
379
|
379
|
* `pageSheet` -Content partially covers the underlying content
|
380
|
380
|
* `overFullScreen` - Content covers the screen, without detaching previous content.
|
381
|
381
|
* `fullScreen` - Content covers the screen, previous content is detached.
|
|
382
|
+* `popover` - Content is displayed in a popover view.
|
|
383
|
+
|
|
384
|
+More information on the different styles for iOS can be found on https://developer.apple.com/documentation/uikit/uimodalpresentationstyle
|
382
|
385
|
|
383
|
386
|
### Options supported on Android
|
384
|
387
|
* `overCurrentContext` - Content is displayed over the previous screen. Useful for **transparent modals**
|