diff options
| author | Justin Shillingford <jgs272@cornell.edu> | 2020-06-25 17:21:04 -0400 |
|---|---|---|
| committer | Justin Shillingford <jgs272@cornell.edu> | 2020-06-29 14:20:23 -0400 |
| commit | cc98da27fac18ba8060bc7fa76ce13624d452543 (patch) | |
| tree | cfa7e6fc9e880e1999e0f460bebaa49e91970948 /package.json | |
| parent | 5c243b512343549b54dce69bf11ff4851056f26e (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.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index d3ad6c4d..0c8f7bf1 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "react": "16.11.0", "react-native": "0.62.2", "react-native-gesture-handler": "^1.6.1", + "react-native-linear-gradient": "^2.5.6", "react-native-reanimated": "^1.9.0", "react-native-safe-area-context": "^3.0.6", "react-native-screens": "^2.9.0" |
