diff options
| author | mo khan <mo@mokhan.ca> | 2016-11-26 22:35:40 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-11-26 22:35:40 -0700 |
| commit | 86c5b269412bf2852797efe2eebcff8820fa7cac (patch) | |
| tree | b7d099dd760af3dce46da3839b28ff081cd7d3b8 /package.json | |
| parent | 7c8abbb38daab521d551fc2fd2b740944806204e (diff) | |
add react-redux example.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 71943df..27655e6 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ "react": "15.3.2", "react-native": "0.37.0", "react-native-config": "^0.1.2", + "react-redux": "^4.4.6", + "redux": "^3.6.0", + "redux-actions": "^1.1.0", + "redux-thunk": "^2.1.0", "tcomb-form-native": "^0.6.1" }, "jest": { |
