Hierarchy

  • TabbarItemAndroidProps

Properties

attributedTitle: IAttributedString<any, MobileOSProps<AttributedStringiOSProps, {}>>

Gets/sets attributed title of tab bar item.

Property

Android

Since

4.0.2

systemIcon: string | number

Gets/sets the system icon of tab item. Built-in icons can be set with the corresponding systemIcon value.

Example

var myItem = new TabBarItem({
android: {
systemIcon: 17301545 // OR 'ic_dialog_email'
},
title: "Page1"
});

Property

Android

See

https://developer.android.com/reference/android/R.drawable

Since

4.0.2

Generated using TypeDoc