You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/Navigation/types.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1926,6 +1926,14 @@ type ReimbursementAccountNavigatorParamList = {
1926
1926
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
1927
1927
backTo?: Routes;
1928
1928
policyID?: string;
1929
+
subStep?: typeofCONST.BANK_ACCOUNT.STEP.COUNTRY;
1930
+
};
1931
+
[SCREENS.REIMBURSEMENT_ACCOUNT_VERIFY_ACCOUNT]: {
1932
+
// TODO this backTo comes from drilling it through bank account form screens
1933
+
// should be removed once https://github.com/Expensify/App/pull/72219 is resolved
1934
+
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
0 commit comments