From 59e24202d4aa289802df7d0dcb1ffdd80d84fef1 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 15:10:25 -0500 Subject: [PATCH] app init dispatch --- squarenotsquare/index.js | 2 ++ 1 file changed, 2 insertions(+) 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 ;