Browse Source

app init dispatch

pull/1/head
Tim Glasgow 2 years ago
parent
commit
59e24202d4
  1. 2
      squarenotsquare/index.js

2
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 <SquareNotSquare {...{squareStore: squareStore}} />;

Loading…
Cancel
Save