ufosc / Alarm-Clock

Waking up is serious business.
11 stars 53 forks source link

Create the logic for the footer navigator using React Navigator #25

Closed kanielv closed 8 months ago

kanielv commented 8 months ago

The current footer navigator does not contain any logic to navigate to another screen. The task is to create the logic behind switching between the clock, alarm features, and settings tab.

For the settings tab, there are two settings button on the home page (A floating button and one on the navigation footer). Move the logic for navigating to the settings page from the old button to the navigation footer settings button.

You should use the react navigator library to do this. https://reactnavigation.org/docs/bottom-tab-navigator/

kanielv commented 8 months ago

alexanderaziz is working on this issue.