Skip to content

Commit

Permalink
chore: remove unused routes
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri committed Nov 25, 2024
1 parent eda9e92 commit 6951d8e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 69 deletions.
3 changes: 1 addition & 2 deletions src/app/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
AuthenticatedRoutes,
AuthenticatedRoutesParams,
} from "app/Navigation/AuthenticatedRoutes/Tabs"
import { UnauthenticatedRoutesParams } from "app/Navigation/UnauthenticatedRoutes"
import { OnboardingWelcomeScreens } from "app/Scenes/Onboarding/Onboarding"
import { GlobalStore } from "app/store/GlobalStore"
import { routingInstrumentation } from "app/system/errorReporting/setupSentry"
Expand All @@ -22,7 +21,7 @@ import { Fragment } from "react"
import { Platform } from "react-native"
import SiftReactNative from "sift-react-native"

export type NavigationRoutesParams = UnauthenticatedRoutesParams & AuthenticatedRoutesParams
export type NavigationRoutesParams = AuthenticatedRoutesParams

export const MainStackNavigator = createNativeStackNavigator<NavigationRoutesParams>()

Expand Down
22 changes: 0 additions & 22 deletions src/app/Navigation/UnauthenticatedRoutes.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/app/Navigation/_TO_BE_DELETED_Screens/LoginScreen.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions src/app/Navigation/_TO_BE_DELETED_Screens/SignUpScreen.tsx

This file was deleted.

0 comments on commit 6951d8e

Please sign in to comment.