aboutsummaryrefslogtreecommitdiff
path: root/mobile/package.json
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-03-20 21:39:50 +0000
committerGitHub <noreply@github.com>2019-03-20 21:39:50 +0000
commit7c98e3c782f3d8da4cc289dce9ecb0a6cfd9b26d (patch)
tree60c31b4ce78beee9ab7c2ee9142e9718308c3cfa /mobile/package.json
parent672e6f2a3bb27b6e3f3d4cff3425cfc653e07be6 (diff)
parent7cbb77be44854015b943d5a2147fe188bd0132f1 (diff)
Merge pull request #42 from csc301-winter-2019/feat/32
Feat/32
Diffstat (limited to 'mobile/package.json')
-rw-r--r--mobile/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/package.json b/mobile/package.json
index 488e885..80a591e 100644
--- a/mobile/package.json
+++ b/mobile/package.json
@@ -15,8 +15,8 @@
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
- "react-native-elements": "^1.1.0",
- "react-navigation": "^3.0.9"
+ "react-navigation": "^3.0.9",
+ "tcomb-form-native": "^0.6.20"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",