Gets/sets the system icon of tab item. Built-in icons can be set with the corresponding systemIcon value.
var myItem = new TabBarItem({
android: {
systemIcon: 17301545 // OR 'ic_dialog_email'
},
title: "Page1"
});
https://developer.android.com/reference/android/R.drawable
4.0.2
Generated using TypeDoc
Gets/sets attributed title of tab bar item.
Property
Android
Since
4.0.2