After update to new version of react native Ionicons (in react-native vector icon ) Not working in Ios

333 Views Asked by At

It's working fine in android . I added fonts in Info.plist.

Also added "apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" " in android/app/build.gradle.

all other fonts are working fine both ios and Android.Ionicons showing question mark in ios

1

There are 1 best solutions below

4
On

That an issue you need to follow this step type this in terminal

cd ios && pod install && cd .. 

if pod get install successfully then run this

 npx react-native run-ios

It will get work fine then also it get issue then try to get on old version of it.