Browse Source

ios vector icon fix

pull/8/head
Tim Glasgow 2 years ago
parent
commit
99e880c1f6
  1. 3
      squarenotsquare/index.js

3
squarenotsquare/index.js

@ -4,7 +4,10 @@ import {name as appName} from './app.json';
import SquareNotSquare from './SquareNotSquare';
import ConfigStore from './src/redux/CreateStore';
import { appInit } from './src/redux/actions/SystemActions';
import MaterialIcon from 'react-native-vector-icons/MaterialCommunityIcons';
//fix vector icons bug
MaterialIcon.loadFont();
const squareStore = ConfigStore;
squareStore.dispatch(appInit());

Loading…
Cancel
Save