diff --git a/squarenotsquare/index.js b/squarenotsquare/index.js index 36d484b..02e86a7 100644 --- a/squarenotsquare/index.js +++ b/squarenotsquare/index.js @@ -3,7 +3,14 @@ */ import {AppRegistry} from 'react-native'; -import App from './App'; import {name as appName} from './app.json'; +import SquareNotSquare from './Launcher'; +import configStore from './redux/CreateStore'; -AppRegistry.registerComponent(appName, () => App); \ No newline at end of file +const squareStore = configStore(); + +const ProppedContainer = () => { + return ; +} + +AppRegistry.registerComponent(appName, () => ProppedContainer); \ No newline at end of file