I would like add custom font family on my React Native App on iOS. I've no problem with Android, but i've an error in iOS :
Unrecognized font family 'dinproRegular'
I've use this link for setup my font, but no result.
File name : dinproRegular.ttf
Call in react-native : fontFamily: "dinproRegular" // Test with "Dinpro Regular" too
No result :(
Anyone have idea ?