From 8e62aaa6dc7c61dcba7b9313d0aadcf7f46ce41b Mon Sep 17 00:00:00 2001 From: Husam Salhab <47015061+hsalhab@users.noreply.github.com> Date: Thu, 6 Aug 2020 16:11:11 -0400 Subject: [TMA-49] Add static boxes (#28) * adds BigInput component * removes dummy fields * adds website TaggInput * adds handleWebsiteUpdate() * added website regex * added form * added handleFocusChange() * sends website in request * moves input components to onboarding * allow for empty string in website regex * adds bio regex * adds bio field * added bioRef for focusChange * added react-native-datepicker * moves TaggInput * add imports * add TaggDatePicker * fix typescript interface * remove TouchableComponent type * added date and selectpicker * added date and dropdown * adds momentjs * remove warnings from optional fields * remove debugging console.log * Removes isValidBirthdate * moves @types/react-native-datepicker to devdepnden * update package versioning * fix positioning * added checkpoint * update button styling * update placeholder * linting and other fixes --- package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 30456a10..9d930a70 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,16 @@ "@react-navigation/bottom-tabs": "^5.7.2", "@react-navigation/native": "^5.6.1", "@react-navigation/stack": "^5.6.2", + "moment": "^2.27.0", "react": "16.11.0", "react-native": "0.62.2", "react-native-animatable": "^1.3.3", "react-native-confirmation-code-field": "^6.5.0", + "react-native-datepicker": "^1.7.2", "react-native-gesture-handler": "^1.6.1", "react-native-image-crop-picker": "^0.32.2", "react-native-linear-gradient": "^2.5.6", + "react-native-picker-select": "^7.0.0", "react-native-reanimated": "^1.9.0", "react-native-safe-area-context": "^3.0.6", "react-native-screens": "^2.9.0", @@ -35,6 +38,7 @@ "@react-native-community/eslint-config": "^1.0.0", "@types/jest": "^24.0.24", "@types/react-native": "^0.62.0", + "@types/react-native-datepicker": "^1.7.0", "@types/react-test-renderer": "16.9.2", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", -- cgit v1.2.3-70-g09d2