Skip to content

Commit

Permalink
Cleanup config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Nov 25, 2024
1 parent 523bf5c commit 48dbe1c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/libs/Navigation/linkingConfig/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ const config: LinkingOptions<RootStackParamList>['config'] = {
// [SCREENS.SETTINGS.SAVE_THE_WORLD]: ROUTES.SETTINGS_SAVE_THE_WORLD,
// [SCREENS.SETTINGS.SUBSCRIPTION.ROOT]: ROUTES.SETTINGS_SUBSCRIPTION,

// Sidebar
// [NAVIGATORS.BOTTOM_TAB_NAVIGATOR]: {
// path: ROUTES.ROOT,
// initialRouteName: SCREENS.HOME,
// screens: {
// [SCREENS.HOME]: ROUTES.HOME,
// // [SCREENS.SETTINGS.ROOT]: {
// // path: ROUTES.SETTINGS,
// // },
// },
// },

[SCREENS.NOT_FOUND]: '*',
[NAVIGATORS.LEFT_MODAL_NAVIGATOR]: {
screens: {
Expand Down

0 comments on commit 48dbe1c

Please sign in to comment.