1

I have used React Native elements in my React Native Project. Then I got the below error. Note: I have linked the React Native Element

IOS Simulator result

IOS Simulator result

Andrew
  • 26,706
  • 9
  • 85
  • 101
Uzama Zaid
  • 374
  • 3
  • 10
  • 1
    Possible duplicate of [Error: Unrecognized font family Material Design icons after installing react-native-elements?](https://stackoverflow.com/questions/48601206/error-unrecognized-font-family-material-design-icons-after-installing-react-nat) – Hardik Virani Mar 09 '19 at 06:10
  • 1
    Its might an issue withe image file not the library. Check the image is there and restart package manager – Victor Mar 09 '19 at 06:11
  • See https://stackoverflow.com/a/67880817/3437900 – Shiva Jun 08 '21 at 02:53

1 Answers1

0

Make sure fonts are included in both iOS and Android projects after linking

Or See https://stackoverflow.com/a/67880817/3437900

Shiva
  • 11,485
  • 2
  • 67
  • 84
Reem
  • 150
  • 2
  • 15