我正在使用博览会的小吃,没有图标正确显示,我在做什么错? 我测试了这种小吃https://callstack.github.io/react-native-paper/button.html和许多其他小吃,但它始终显示矩形图标。
答案 0 :(得分:0)
该问题在博览会日志中显示为
试图在“ react-native-paper”组件中使用图标“ stepforward”,但无法加载“ react-native-vector-icons”。 要消除此警告,请尝试安装“ react-native-vector-icons”或使用其他方法指定图标:https://callstack.github.io/react-native-paper/icons.html。 即使您尝试添加软件包,仍无法通过此方法解决,Expo forums
此处报道了一些博览会问题
以下是解决方法,Snack link
import { Ionicons } from '@expo/vector-icons';
2。获取类型
import SimpleIcon from 'react-native-vector-icons/SimpleLineIcons';
import MaterialIcons from 'react-native-vector-icons/MaterialIcons';
然后作为孩子