Since

1.1.10

BottomTabBar represents a bottom navigation bar. You can specify bar color and item color.

See

BottomTabBar

Hierarchy

Properties

nativeObject: any
ios: Partial<IBottomTabBarIOSProps>
android: Partial<IBottomTabBarAndroidProps>
backgroundColor: IColor

Gets/sets background color of the tab bar items.

Property

Android

Ios

Since

1.1.10

itemColor: { normal: IColor; selected: IColor }

Gets/sets title and icon color of the tab bar items.

Property

Property

Property

Android

Ios

Since

1.1.10

Type declaration

items: null | ITabbarItem[]

Gets/sets items of the tab bar.

Android

Ios

Since

3.2.0

iconSize: number

Gets/sets size of the tab bar item icon.

Android

Ios

Since

5.0.5

Generated using TypeDoc