<Navigator.Tab />

The Spacer component is intended to be used in order to properly pad content to never be rendered under the navigation bar.

This component automatically sizes itself and changes height when the navigation bar changes height.

Props

route: string (required)

props: Object

Implementation Props

The following props are defined on tab as a part of the DefaultImplementation:

enabled: boolean

image: Image

title: string

titleFontSize: number

titleFontColor: Color

titleFontName: string

badgeValue: number

badgeFontSize: number

badgeFontColor: Color

badgeFontName: string

Example Usage