DEV Community

Tr.Ra
Tr.Ra

Posted on

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)