listenzz / hybrid-navigation

React Native Navigation that supports seamless navigation between Native and React.
MIT License
326 stars 37 forks source link

使用了 react-native-vector-icons 中的icon #211

Open baiachen opened 2 years ago

baiachen commented 2 years ago

style.md 中 使用 icon font

icon: { uri: fontUri('FontAwesome', 'navicon', 24)},

如果项目中使用了 react-native-vector-icons 这样的库,请参考 example 中 Options.js 这个文件。

Options.js 并没有使用这个库的例子,文档是不是未及时更新?

listenzz commented 2 years ago

是的,文档老了,这部分例子移除了

baiachen commented 2 years ago

react-native-vector-icons 现在只能异步获取icon的对象,这咋整啊