Skip to content

Commit

Permalink
update stack navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Mar 28, 2024
1 parent bfdef65 commit 6b607a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const SearchModalStackNavigator = createModalStackNavigator<SearchNavigatorParam

const NewChatModalStackNavigator = createModalStackNavigator<NewChatNavigatorParamList>({
[SCREENS.NEW_CHAT.ROOT]: () => require('../../../../pages/NewChatSelectorPage').default as React.ComponentType,
[SCREENS.NEW_CHAT.NEW_CHAT_CONFIRM]: () => require('../../../../pages/NewChatConfirmPage').default as React.ComponentType,
});

const NewTaskModalStackNavigator = createModalStackNavigator<NewTaskNavigatorParamList>({
Expand Down

0 comments on commit 6b607a4

Please sign in to comment.