diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-19 20:32:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-19 20:32:59 +0000 |
| commit | f96b95e742582011e6db6c78f4e4274c0720888d (patch) | |
| tree | d73e821010f8e3bc664a97b89b8584e92e0ab6b5 /mobile/package.json | |
| parent | 84aee4a2ed8e79f506f5c0928dacdfd313776d0f (diff) | |
| parent | 5d7cb45633994c3d51a54e525d7f9eba685b12ed (diff) | |
Merge pull request #39 from csc301-winter-2019/feat/32
Feat/32
Diffstat (limited to 'mobile/package.json')
| -rw-r--r-- | mobile/package.json | 4 |
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", |
