{
await Font.loadAsync({
"roboto-regular": require('./assets/fonts/Roboto-Regular.ttf'),
"roboto-bold": require('./assets/fonts/Roboto-Bold.ttf'),
});
}
получаю ошибку
fontFamily "roboto-regular" is not a system font and has not been loaded through Font.loadAsync.
- If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system.
- If this is a custom font, be sure to load it with Font.loadAsync.
Что я делаю не так?)
Курс Минина?
он самый)
Обсуждают сегодня