| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
config (#6516)
* update eslint config with jsx runtime
* leverage jsx transform to remove unnecessary react imports and update eslint config
* run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
|
|
|
|
|
| |
* Mark import sort/order/style rules as error
* npm run lint -- --fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* refactor: consistent localized formatting
* refactor: localized date time
* refactor: localize relative time with strings
* chore: fix typo from copy-paste
* Clean up useTimeAgo
* Remove old ago
* Const
* Reuse
* Prettier
---------
Co-authored-by: Mary <git@mary.my.id>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Revert other base PR changes, switch date picker library
rm expo-linear-gradient
Revert "remove unused packages, switch to `expo-linear-gradient`"
This reverts commit 20a0ffcf
Revert "upgrade expo deps"
This reverts commit a43dca92caa120d45fb771431752dd2db3b37ab5.
Revert other library changes
This reverts commit 5219f66e
Revert "re-add normalize-url"
This reverts commit 654019c4babe2e455f6069a6c725eb51140ab1ab.
Revert "add `expo-haptics`"
This reverts commit ff3a0399b1c7eae07b83946f13543eedf7cdfe82.
Revert "add `expo-clipboard`"
This reverts commit 440ae91632153e22ff79050d8ac803a7305e88a0.
Revert "add `expo-file-system`"
This reverts commit c0fe0c94534564982399c22299a8a19052bf3e54.
fix android alf
use modal on android
migrate to `react-native-date-picker`
rm `@reactnativecommunity/datetimepicker`
add `react-native-date-picker`
add `expo-file-system`
add `expo-clipboard`
add `expo-haptics`
re-add normalize-url
rm blur view
upgrade expo deps
remove unused packages, switch to `expo-linear-gradient`
* rm old library
* Use UTC for dates
---------
Co-authored-by: Eric Bailey <git@esb.lol>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Enforce UTC for birthdate picker
* Handle locales
* Remove log
* Add a second snap point to the date input in case text is zoomed
* Guard against bad dates
* Log message
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|
|
* Rework account creation to be COPPA compliant
* Fix lint
* Switch android datepicker to use the spinner mode
* Fix type signatures & usages
|