【发布时间】:2019-10-16 10:41:54
【问题描述】:
我想使用 react native router Flux 添加一个react-native-vector-icon 来代替标题中的右键
这是我的代码:
<Scene
onRight={() => Actions.inbox()}
rightTitle='Inbox'
key='home'
component={Home}
title='Home'
icon={HomeIcon}
initial
/>
如何在此添加react-native-vector-icon?
【问题讨论】:
标签: react-native react-native-router-flux