Попробуйте использовать этот код:
{
stack: {
children: [
{
component: {
name: 'demoApplication.NewsListScreen', //tab component
}
}
],
options: { // try options for topbar and bottom tabs
bottomTab: {
text: 'Users',
icon: require('../../assets/images/two.png')
},
topBar: {
drawBehind: false,
background: {
color: 'transparent'
},
title: { // Title can be used as text or component
component: {
id: "LogoComponent",
name: 'app.LogoComponent',
alignment: 'center'
}
// text:"title"
},
leftButtons: [{
icon: require("../../assets/images/one.png"),
id: "left",
enabled: true,
buttonColor: "green",
color:"red",
disableIconTint: true,
}],
rightButtons: [{
icon: require("../../assets/images/two.png"),
id: 'right',
enabled: true,
buttonColor: "#green",
color:"red",
disableIconTint: true,
}]
}
}
}
}