Skip to content

iOS - Workspace - Unable to swipe right on Subscription page to go back to Upgrade page #62221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 16 tasks
lanitochka17 opened this issue May 16, 2025 · 5 comments
Open
1 of 16 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. DeployBlockerCash This issue or pull request should block deployment Engineering Hourly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented May 16, 2025

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Version Number: 9.1.46-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team

Action Performed:

  1. Launch Expensify app
  2. Go to Workspaces
  3. Tap Workspaces
  4. Open a Collect workspace
  5. Tap Reports
  6. Toggle on Report fields
  7. Tap Learn more
  8. Try to return to previous page by swiping to right (iOS gesture)

Expected Result:

In Step 7, after tapping Learn more, Subscription page will animate in
In Step 8, user can return to the previous page by swiping to right on Subscription page

Actual Result:

In Step 7, after tapping Learn more, Subscription page does not animate in
In Step 8, user cannot return to the previous page by swiping to right on Subscription page

Workaround:

Unknown

Platforms:

Select the officially supported platforms where the issue was reproduced:

  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • iOS: mWeb Chrome
  • Windows: Chrome
  • MacOS: Chrome / Safari
  • MacOS: Desktop
Platforms Tested: On which of our officially supported platforms was this issue tested:
  • Android: App
  • Android: mWeb Chrome
  • iOS: App
  • iOS: mWeb Safari
  • iOS: mWeb Chrome
  • Windows: Chrome
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence
Bug6833254_1747403493274.ScreenRecording_05-16-2025_21-51-00_1.1.mp4

View all open jobs on GitHub

@lanitochka17 lanitochka17 added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels May 16, 2025
Copy link

melvin-bot bot commented May 16, 2025

Triggered auto assignment to @lydiabarclay (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.

Copy link

melvin-bot bot commented May 16, 2025

Triggered auto assignment to @stitesExpensify (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

Copy link

melvin-bot bot commented May 16, 2025

💬 A slack conversation has been started in #expensify-open-source

@github-actions github-actions bot removed the Daily KSv2 label May 16, 2025
Copy link
Contributor

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@PiyushChandra17
Copy link

PiyushChandra17 commented May 16, 2025

Proposal

Please re-state the problem that we are trying to solve in this issue.

iOS - Workspace - Unable to swipe right on Subscription page to go back to Upgrade page

What is the root cause of that problem?

gestureEnabled is missing in SettingsSplitNavigator

What changes do you think we should make in order to solve the problem?

Add

options={{
     gestureEnabled: true
   }}

here

<Split.Screen
key={screenName}
name={screenName as keyof Screens}
getComponent={componentGetter}
/>

<Split.Screen
    key={screenName}
    name={screenName as keyof Screens}
    getComponent={componentGetter}
    options={{
        gestureEnabled: true
    }}
/>

What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?

N/A

What alternative solutions did you explore? (Optional)

N/A

Result

Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. DeployBlockerCash This issue or pull request should block deployment Engineering Hourly KSv2
Projects
None yet
Development

No branches or pull requests

4 participants