Skip to content

Commit

Permalink
Adjust getOnboardingAdaptedState docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Dec 11, 2024
1 parent 7cf08be commit 21f7bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/helpers/getOnboardingAdaptedState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SCREENS from '@src/SCREENS';

/**
* When we open the application via deeplink to a specific onboarding screen, we want the previous onboarding screens to be able to go back to them.
* Therefore, the paths of the previous screens are added here.
* Therefore, the routes of the previous screens are added here.
*/
export default function getOnboardingAdaptedState(state: PartialState<NavigationState>): PartialState<NavigationState> {
const onboardingRoute = state.routes.at(0);
Expand Down

0 comments on commit 21f7bf6

Please sign in to comment.