“React-Cnive-Vector-Icons не признается семейство шрифтов” Ответ

Нераспознанная семья шрифтов "Оськоны"

import Icon from 'react-native-vector-icons/MaterialIcons'

Icon.loadFont();
johannb75

React-Cnive-Vector-Icons не признается семейство шрифтов

On Android it takes the name of the file and you are done. On iOS however it is a bit more complex.

There are a few steps you should take:

1) Double check the font files are included in the Target in XCode
2) Make sure they are included in the step "Copy Bundle Resources" (add files, not folders)
3) Include them in the Info.plist of the app
4) Find the name of the Font through FontBook or with some log statements in your AppDelegate

Explained in more detail here: http://codewithchris.com/common-mistakes-with-adding-custom-fonts-to-your-ios-app/

Good luck!
Singh99

Ответы похожие на “React-Cnive-Vector-Icons не признается семейство шрифтов”

Вопросы похожие на “React-Cnive-Vector-Icons не признается семейство шрифтов”

Больше похожих ответов на “React-Cnive-Vector-Icons не признается семейство шрифтов” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования