Search code examples
reactjsreact-nativecocoapods

Unrecognized font family 'Material Design Icons'


I have added UIAppFonts in My info.plist.

I have deleted node modules and reinstalled it and also did same with the pods.

I have did pod install. Icons are working in Android but not in IOS.

My Full Project Link = "https://github.com/Pratikgaikwad1004/movizrate-movie-rating-patform".

Please help me, tell me what should I do.


Solution

  • Add following in Podfile

    pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'

    and

    cd ios

    and

    pod install