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 #178

Open milkcha opened 3 years ago

milkcha commented 3 years ago

在RN063这个项目里使用react-native-vector-icons 在index中不能显示图标

milkcha commented 3 years ago

好像必须这样用 Icon.getImageSource('user', 20, 'red').then(source => this.setState({ userIcon: source }) ); 怎么样才能正常的用这个库呀