DEV Community

Tr.Ra
Tr.Ra

Posted on

1 1

react native: Icons are not loading properly react-native-vector-icons

If you are facing issues with react-native-vector-icons, Icons are not loading properly or loading with x sign.
Please follow the below process:

  • Open ProjectDir/android/app/build.gradle
  • add below line apply from:("../../node_modules/react-native-vector-icons/fonts.gradle");
  • Clean and Rebuild npm start -- --reset-cache
  • It will load icons properly now.

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay