Skip to content

Commit

Permalink
chore(npm): add tcomb to handle forms
Browse files Browse the repository at this point in the history
We might have change this for forms because the package seems sketchy. We should look into that and
maybe find and alternative.
  • Loading branch information
Marco-Gautier committed Dec 5, 2019
1 parent e574ac7 commit 1f7ed8c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.4"
"react-native": "0.61.4",
"tcomb-form-native": "^0.6.20"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down

0 comments on commit 1f7ed8c

Please sign in to comment.