aboutsummaryrefslogtreecommitdiff
path: root/src/components/onboarding/TaggInput.tsx
AgeCommit message (Collapse)Author
2021-05-07added arrow button assetIvan Chen
2021-05-07added new Arrow, working on transition animationGeorge Rusu
2021-05-07updated TaggInput to take externalStyles and updated error message color in ↵George Rusu
onboarding
2021-01-12[TMA 472] Added option to be added to Taggs wait list (#168)Ashm Walia
* Added screens to add to waitlist and a page to display on success of the same * Incorporated small comment
2020-12-14added icons (#139)Ivan Chen
Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com>
2020-08-06[TMA-49] Add static boxes (#28)Husam Salhab
* 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