I'm always getting this error

no awnser :(
This is answered so many times and is mentioned in the troubleshooting section, please use the search function.
ir was answered so many times but none of the answers helped me
Then you need to re-read them and not skip any steps.
Red screen with "Unrecognized font family" error on iOS
Make sure you've added manually the reference of your .ttf on your xcodeproj Resources folder.
Check that the font you are trying to use appears in Info.plist, if you've added the whole folder and it's blue in color, then you need to add it to the path.
Check that the font is copied in the Copy Bundle Resources in Build Phases.
Recompile the project.
I did it and it doesn't work
react-native link eventually solved a related problem for MaterialIcons
Most helpful comment
Red screen with "Unrecognized font family" error on iOS
Make sure you've added manually the reference of your .ttf on your xcodeproj Resources folder.
Check that the font you are trying to use appears in Info.plist, if you've added the whole folder and it's blue in color, then you need to add it to the path.
Check that the font is copied in the Copy Bundle Resources in Build Phases.
Recompile the project.
I did it and it doesn't work