aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Shillingford <jgs272@cornell.edu>2020-06-25 17:21:04 -0400
committerJustin Shillingford <jgs272@cornell.edu>2020-06-25 17:21:04 -0400
commit7d18532bcbced0e87fcc881eae0b0d7dddf265fd (patch)
tree9b34a8a000112d78f8cdde784c52ad367ee7a6ce /package.json
parentc301252081ef31fe24160713d801722fc73e703b (diff)
Added base app with background color for Sign In
Everything's in App.tsx for now since we haven't discussed structure
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7bee86c4..613c3491 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
},
"dependencies": {
"react": "16.11.0",
- "react-native": "0.62.2"
+ "react-native": "0.62.2",
+ "react-native-linear-gradient": "^2.5.6"
},
"devDependencies": {
"@babel/core": "^7.6.2",
@@ -26,8 +27,8 @@
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
- "react-test-renderer": "16.11.0",
"prettier": "^2.0.4",
+ "react-test-renderer": "16.11.0",
"typescript": "^3.8.3"
},
"jest": {