I am making my first React Native app, and I would like to add some icons in my buttons, so I installed React Native Vector Icons, and use it in my code, like this: <IconButton icon='cart-plus' color='blue' />
.
The problem is that I can see in React Native Vector Icons directory that there are many icons with the same name:
I couldn't find a way to specify which is the one I want to display.
You will have to import the correct icon component like below