skip to Main Content

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


  1. try bootstrap icons it allows you to use colorful icons.

    Login or Signup to reply.
  2. You can try react-native-vector-icons it have lots of icons may it useful to you. See Icon directory.

    Login or Signup to reply.
  3. react-icons works for HTML. For native, you should use other libraries such as react-native-vector-icons.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search