diff --git a/changeme/index.js b/changeme/index.js index df3ea11..24fcaa8 100644 --- a/changeme/index.js +++ b/changeme/index.js @@ -4,7 +4,9 @@ import {name as appName} from './app.json'; import MainComponent from './Main'; import ConfigStore from './src/redux/CreateStore'; import { appInit } from './src/redux/actions/SystemActions'; +import MaterialIcon from 'react-native-vector-icons/MaterialCommunityIcons'; +MaterialIcon.loadFont(); const store = ConfigStore; ConfigStore.dispatch(appInit());