Search code examples
react-nativedropdown

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


I'm beginner in React Native and I need some help! :) I'm using react-native-dropdown-picker on my project to show a list of options. The list is working, but dosen't showing the icon that indicate tha it's a list.

There is the image like I see in my simulator: The exemple

Can some one helps me?

Tks


Solution

  • You need to install react-native-vector-icons and react-native link react-native-vector-icons, to render its icons.