react-native-dropdown-picker 不显示图标

react-native-dropdown-picker don't show the icon

我是 React Native 的初学者,我需要一些帮助! :) 我在我的项目中使用 react-native-dropdown-picker 来显示选项列表。该列表正在运行,但没有显示表明它是一个列表的图标。

这就是我在模拟器中看到的图像: The exemple

有人能帮帮我吗?

感谢

您需要安装 react-native-vector-icons 和 react-native link react-native-vector-icons,以呈现其图标。