diff options
| author | Husam Salhab <47015061+hsalhab@users.noreply.github.com> | 2020-08-06 16:11:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 16:11:11 -0400 |
| commit | 8e62aaa6dc7c61dcba7b9313d0aadcf7f46ce41b (patch) | |
| tree | 02a92b5f97a7e8d98285b2f50d1524407dc6ebba /package.json | |
| parent | 1279249ee9355f88913578f51e3b0bf7d99672f6 (diff) | |
[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
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
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", |
