Neuhaus93 / TodoASP

A simple Todoist clone to study some fundamentals of React Native + a Backend solution
0 stars 0 forks source link

Improve the date picker #28

Open Neuhaus93 opened 1 year ago

Neuhaus93 commented 1 year ago

At the moment, a shortcut was taken on for the date picker. It is using a simple usage of the @react-native-community/datetimepicker library.

I want to have a more Todoist-like picker, with custom pressable for "Today", "Tomorrow", "Next week" and "No date", as well as a custom calendar showing the current week + 2 weeks by default, but that can be scrolled down indefinitely (or up to a certain range, to be determined during development).

Time picking is not to be added at the moment.

Neuhaus93 commented 1 year ago

Todoist example: