Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Getting error Unrecognized font family 'din-next-lt-w23-regular' in react-native 0.61.4 only for iOS

$
0
0

i am using fonts in my app. So i need to add the font din-next-lt-w23-regular in my app. But i am getting error in iOS i.e., Unrecognized font family 'din-next-lt-w23-regular'. I added .ttf files in ios/Resources and info.plist. Here is my code react-native.config.js

module.exports = {
  project: {
    ios: {},
    android: {},
  },
  assets: ['./assets/fonts/'], 
};

Screenshot:- enter image description here


Viewing all articles
Browse latest Browse all 16750

Trending Articles