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
// Reimbursement Account flow animations glitch on low-end Android devices in Chrome mWeb https://github.com/Expensify/App/issues/87658 so we intentionally disable them
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
@@ -2307,6 +2307,14 @@ type ReimbursementAccountNavigatorParamList = {
2307
2307
bankAccountID?: string;
2308
2308
subStep?: typeofCONST.BANK_ACCOUNT.STEP.COUNTRY;
2309
2309
};
2310
+
[SCREENS.REIMBURSEMENT_ACCOUNT_USD]: {
2311
+
page?: string;
2312
+
subPage?: string;
2313
+
action?: 'edit';
2314
+
policyID?: string;
2315
+
// eslint-disable-next-line no-restricted-syntax -- backTo is a temporary param will be removed after https://github.com/Expensify/App/issues/73825 is done
0 commit comments