2

除了导航栏,我可以在任何地方使用矢量图标。它什么都不显示。

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

截屏

4

0 回答 0