Is your feature request related to a problem? Please describe.
A separate page for adding/editing days would improve/standardize the UX when interacting on smaller devices (currently no scroll when keyboard is open). Additionally, this would allow displaying a modal for selecting the icon, which is currently not possible from within the existing modal.
Describe the solution you'd like
Add a dedicated screen for adding and editing days. Additionally, add a modal for selecting the icon, including search capabilities. This screen could clean up code by accepting a day through navigation props, rather than having to manage the currently edited day in local state outside the dialog.
Describe alternatives you've considered
If the only issue is the icon selection, #25 may be sufficient.
Is your feature request related to a problem? Please describe. A separate page for adding/editing days would improve/standardize the UX when interacting on smaller devices (currently no scroll when keyboard is open). Additionally, this would allow displaying a modal for selecting the icon, which is currently not possible from within the existing modal.
Describe the solution you'd like Add a dedicated screen for adding and editing days. Additionally, add a modal for selecting the icon, including search capabilities. This screen could clean up code by accepting a day through navigation props, rather than having to manage the currently edited day in local state outside the dialog.
Describe alternatives you've considered If the only issue is the icon selection, #25 may be sufficient.