diff --git a/squarenotsquare/index.js b/squarenotsquare/index.js index 02e86a7..d137747 100644 --- a/squarenotsquare/index.js +++ b/squarenotsquare/index.js @@ -6,8 +6,10 @@ import {AppRegistry} from 'react-native'; import {name as appName} from './app.json'; import SquareNotSquare from './Launcher'; import configStore from './redux/CreateStore'; +import { appInit } from './redux/actions/SystemActions'; const squareStore = configStore(); +squareStore.dispatch(appInit()); const ProppedContainer = () => { return ;