id
title
sidebar_label
options-root
The options object
Options object
const options = {
bottomTab,
bottomTabs,
topBar,
layout,
sideMenu,
overlay,
modal,
preview,
navigationBar
} ;
Controls the bottom tab icon, font, color, and more.
Controls the bottom tabs container.
Controls the Stack top bar styling.
Controls the system status bar styling.
sideMenu
Type
Required
Platform
Fab
No
Android
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
Configure the transition style of the modal.
Type
Required
Platform
enum('coverVertical', 'crossDissolve', 'flipHorizontal', 'partialCurl')
No
Both
Enable or disable swipe back to pop gesture.
Type
Required
Platform
boolean
No
iOS
Background image of the screen.
Type
Required
Platform
Image
No
iOS
Background image for the Navigation View.
Type
Required
Platform
Image
No
Android
Enable or disable automaticall blur of the focused input, dismissing keyboard on unmount.
Type
Required
Platform
Default
boolean
No
Android
false
Enable or disable automaticall blur of the focused input, dismissing keyboard on unmount.
Type
Required
Platform
boolean
No
Android