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
You need to install react-native-vector-icons and react-native link react-native-vector-icons, to render its icons.