-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/type of task screen #45
Conversation
client/navigation/AppNavigation.tsx
Outdated
@@ -20,6 +22,11 @@ const AppStack = createNativeStackNavigator<AppStackParamList>(); | |||
export function AppNavigation() { | |||
return ( | |||
<AppStack.Navigator> | |||
<AppStack.Screen | |||
name="TaskType" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before merging can login be placed back in the first position?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doneeee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing!
Before squashing, can you move login to the first position in the nav stack? And Put the bottom nav container above it as well, so we can navigate
Some thing you could add is the filter page closing after I select one, totally not necessary though I am good with the current state! |
Description
Type of Task Screen
Display task types and filter by category. Connect to previous screen and to specific task type creation screens (unimplemented).
How Has This Been Tested?
Run on Expo and connected with All Hands repository.
Checklist