Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TabBarProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional barStyle

barStyle: "default" | "black"

The style of the tab bar. Supported values are 'default', 'black'. Use 'black' instead of setting barTintColor to black. This produces a tab bar with the native iOS style with higher translucency. The style of the tab bar. Supported values are 'default', 'black'. Use 'black' instead of setting barTintColor to black. This produces a tab bar with the native iOS style with higher translucency.

Optional barTintColor

barTintColor: ColorProperties

Background color of the tab bar Background color of the tab bar

Optional itemPositioning

itemPositioning: "fill" | "center" | "auto"

Specifies tab bar item positioning. Available values are:'fill','center','auto' Specifies tab bar item positioning. Available values are:'fill','center','auto'

Optional style

style: undefined | object

It is for styling the tabBar It is for styling the tabBar

Optional tintColor

tintColor: ColorProperties

Color of the currently selected tab icon Color of the currently selected tab icon

Optional translucent

translucent: undefined | true | false

A Boolean value that indicates whether the tab bar is translucent A Boolean value that indicates whether the tab bar is translucent

unselectedItemTintColor

unselectedItemTintColor: ColorProperties

Color of unselected tab icons. Available since iOS 10. Color of unselected tab icons. Available since iOS 10.

Optional unselectedTintColor

unselectedTintColor: ColorProperties

Color of text on unselected tabs Color of text on unselected tabs

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc