fixed more issues regarding font

This commit is contained in:
Alin Gheorghe
2020-06-04 19:59:44 -04:00
parent eca0c28a72
commit cf650dd0dc
3 changed files with 1 additions and 2 deletions

1
App.js
View File

@@ -44,7 +44,6 @@ export default props => {
});
function _loadResourcesAsync() {
console.log('bro');
return Promise.all([...cacheImages(assetImages)]);
}

View File

@@ -3,7 +3,7 @@ import * as Font from 'expo-font';
import { createIconSetFromIcoMoon } from '@expo/vector-icons';
import { Icon } from 'galio-framework';
import argonConfig from '../assets/font/argon.json';
import argonConfig from '../assets/config/argon.json';
const ArgonExtra = require('../assets/font/argon.ttf');
const IconArgonExtra = createIconSetFromIcoMoon(argonConfig, 'ArgonExtra');