不能在wix导航栏上使用矢量图标

时间:2018-01-23 09:55:15

标签: react-native react-native-navigation wixcode vector-icons

我可以使用矢量图标,但导航栏。它没有任何显示。

rightButtons: [
        {
            icon: iconsMap['ios-home'], // This one not work
            id: 'add'
        },
        {
            icon: require('./../../assets/homeicon.png'), // this one work
            id: 'Test'
        },
    ],

这是我的完整项目 https://github.com/Knight1988/RNWixNavigationReduxStarter

Screenshot

0 个答案:

没有答案