change bottomTab with mergeOptions not working锛宐ut can change topBar
Navigation.mergeOptions(this.props.componentId, {
topBar: {
title: {
text: 'Account'
}
},
bottomTab: {
text: 'Account'
icon: require('../../assets/icons/account.png'),
},
})
same issue here .
This seems to be working on iOS now. However, it's still not possible to change the bottom tabs on Android.
Fixed in 2.0.2594