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 --- src/routes/onboarding/Onboarding.tsx | 6 ++++++ src/routes/onboarding/OnboardingStack.tsx | 1 + 2 files changed, 7 insertions(+) (limited to 'src/routes') diff --git a/src/routes/onboarding/Onboarding.tsx b/src/routes/onboarding/Onboarding.tsx index d2bfbfd6..40dbc970 100644 --- a/src/routes/onboarding/Onboarding.tsx +++ b/src/routes/onboarding/Onboarding.tsx @@ -6,6 +6,7 @@ import { RegistrationTwo, Verification, ProfileOnboarding, + Checkpoint, } from '../../screens'; const Onboarding: React.FC = () => { @@ -26,6 +27,11 @@ const Onboarding: React.FC = () => { component={RegistrationTwo} options={{headerShown: false}} /> +