I can use vector icon everywhere but the navigation bar. It's display nothing.
rightButtons: [
{
icon: iconsMap['ios-home'], // This one not work
id: 'add'
},
{
icon: require('./../../assets/homeicon.png'), // this one work
id: 'Test'
},
],
Here is my full project https://github.com/Knight1988/RNWixNavigationReduxStarter