I tried to add react-icons/fc in my expo project but i encountered with an error. I need to place a colorful icon in the drawer but expo supports only some default icons which doesn’t suit the UI.
I can’t even place the downloaded icon in the drawer..
Please Help
Need to use colorful icons in expo
3
Answers
try bootstrap icons it allows you to use colorful icons.
You can try
react-native-vector-icons
it have lots of icons may it useful to you. See Icon directory.react-icons
works for HTML. For native, you should use other libraries such asreact-native-vector-icons
.