Implemented basic redux login button
Showing
app/actions/actionTypes.js
0 → 100644
app/components/Login.js
0 → 100644
app/containers/ThaliApp.js
0 → 100644
app/containers/app.js
0 → 100644
app/reducers/index.js
0 → 100644
app/reducers/login.js
0 → 100644
app/styles.js
0 → 100644
... | ... | @@ -8,7 +8,10 @@ |
}, | ||
"dependencies": { | ||
"react": "~15.4.0-rc.4", | ||
"react-native": "0.40.0" | ||
"react-native": "0.40.0", | ||
"react-redux": "^5.0.2", | ||
"redux": "^3.6.0", | ||
"redux-thunk": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^7.1.1", | ||
... | ... |
styles.js
deleted
100644 → 0
Please register or sign in to comment