Closed aymanMFD closed 6 months ago
I'm experiencing the same issue. The icons are displaying properly on Android but on iOS, 90% of them are displaying a square with a question mark in it.
It started when I upgraded from Expo version 50 to 51 and React Native 73 to 74.
An example of one that is showing the square with a question mark is FontAwesome5 arrow-left
.
Try this
npm install expo@latest
npx expo install --fix
Try and install @react-native/assets-registry and add --clear flag when you start expo server if it doesn't work try changing your babel.config like this
I tried both
npm install expo@latest
npx expo install --fix
and
npm install react-native/assets-registry
and it fixed the issue thanks a lot guys
Previously the icons showed up without any problems, however now the icons doesn't work
This is the code: