Drawer Navigation and Branding#1129
Open
kevinherdez wants to merge 1 commit intoNWACus:kevinherdez/mapProjectfrom
Open
Drawer Navigation and Branding#1129kevinherdez wants to merge 1 commit intoNWACus:kevinherdez/mapProjectfrom
kevinherdez wants to merge 1 commit intoNWACus:kevinherdez/mapProjectfrom
Conversation
yuliadub
reviewed
Mar 12, 2026
| import {RequestedTime} from 'utils/date'; | ||
|
|
||
| const RootStack = createNativeStackNavigator<RootStackParamList>(); | ||
| export const RooStackNavigator: React.FunctionComponent<{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR address the following issues:
Overview
This pulls in
@react-navigation/drawerto move theMenuin the drawer. As there are some big navigation stack refactoring to achieve the results that we want.Navigation Stack Overview and Refactor
To achieve the behavior we want there are now 2 new levels to the Navigation Stack
RootStackNavigation|
DrawerNavigator|
BottomTabNavigatorRootStackNavigator
This contains the Drawer and any views that we want to present on top of the drawer. If you include these screens inside the DrawerNavigator itself, they replace the BottomTabs which isn't necessarily what we want
DrawerNavigator
This only contains the
BottomTabsas its main screen and it contains the UI for the drawer itselfBottomTabs
This is the old TabNavigator that was in App.tsx
Design changes
Branding
This PR always shows the
NavigationHeaderand changes it so that it renders the center name with their icon. It does not display any color branding.ForecastScreen
This PR removes the ability to change zones when viewing the full avalanche forecast as per designs
Recording with the changes in action
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-03-11.at.11.58.51.mov
Stack/Header changes missing from this