diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 16:51:25 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 16:51:25 +0000 |
| commit | 4b696da0334a92a00119ab4a5c0414a79f39da4f (patch) | |
| tree | 38dd0a78c026ca24c0b81852139757902f9e099f /mobile/package.json | |
| parent | dadc8489761294dc67edc89d553395512c697c40 (diff) | |
updated mobile form, updated web schemas, and /mobilerequest handler. No front end web changes yet
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", |
