bottomTab
#
Controls the bottom tab icon, font, color, and more.
bottomTabs
#
Controls the bottom tabs container.
topBar
#
Controls the Stack top bar styling.
statusBar
#
Controls the system status bar styling.
layout
#
sideMenu
#
overlay
#
animations
#
modal
#
preview
#
splitView
#
fab
#
Type | Required | Platform |
---|
Fab | No | Android |
modalPresentationStyle
#
Configure the presentation style of the modal.
Type | Required | Platform |
---|
enum('formSheet', 'pageSheet', 'fullScreen', 'overFullScreen', 'overCurrentContext', 'popOver', 'none') | No | Both |
Styles supported on both platforms#
- overCurrentContext - Display the modal and do not remove previous content when the show animation ends.
- none - default system presentation style
Styles supported only on iOS#
- fullScreen - The view covers the underlying content completely.
- pageSheet - partially cover the underlying content.
- formSheet - display content centered in the screen.
- overFullScreen - display the modal in full screen mode and do not remove previous content when the show animation ends.
- popOver - Center content on screen and dim the content behind it.
The default presentation style is different on each platform.
iOS | Android |
---|
- iOS 12 and below -
fullScreen - iOS 13 and above -
pageSheet
| fullScreen |
modalTransitionStyle
#
Configure the transition style of the modal.
Type | Required | Platform |
---|
enum('coverVertical', 'crossDissolve', 'flipHorizontal', 'partialCurl') | No | Both |
popGesture
#
Enable or disable swipe back to pop gesture.
Type | Required | Platform |
---|
boolean | No | iOS |
backgroundImage
#
Background image of the screen.
Type | Required | Platform |
---|
Image | No | iOS |
rootBackgroundImage
#
Background image for the Navigation View.
Type | Required | Platform |
---|
Image | No | Android |
blurOnUnmount
#
Enable or disable automaticall blur of the focused input, dismissing keyboard on unmount.
Type | Required | Platform | Default |
---|
boolean | No | Android | false |
navigationBar
#
Enable or disable automaticall blur of the focused input, dismissing keyboard on unmount.
Type | Required | Platform |
---|
boolean | No | Android |