Page MenuHomePhabricator

{PULA} [Mobile] Update onboarding buttons to show Back/Skip correctly
Closed, ResolvedPublic

Description

Domain:
Mobile / UX

Difficulty:
Intermediate

Problem / steps to reproduce (for bugs)

  • During the onboarding flow on mobile, the left button currently always shows Skip.
  • On pages 2 and 3, the left button should be Back, not Skip.
  • Skip should only be available on page 1.

Expected outcome / task:

  • Update the onboarding component so that:
    • Page 1: Left button = Skip, Right button = Next
    • Pages 2 and 3: Left button = Back, Right button = Next / Finish
  • Ensure the buttons function correctly:
    • Back navigates to the previous onboarding page
    • Skip navigates to the main app/dashboard
  • Maintain existing styling and responsiveness.

Any links or references:

Setup Steps (short):

  1. Open the onboarding component in the mobile codebase.
  2. Add conditional rendering for the left button based on the current page index.
  3. Test the flow on pages 1, 2, and 3 to confirm Back/Skip behavior is correct.
  4. Verify navigation works as expected and styling is consistent.

Event Timeline

3ch310n renamed this task from [Mobile] Update onboarding buttons to show Back/Skip correctly to {PULA} [Mobile] Update onboarding buttons to show Back/Skip correctly.Dec 12 2025, 7:05 PM
Nkwenui_nadine changed the task status from Open to In Progress.Dec 15 2025, 8:58 AM
Nkwenui_nadine subscribed.
This comment was removed by Nkwenui_nadine.

I have updated the onboarding screen, conflicting buttons from skip to back

https://github.com/Goethe-Kamerun/pula-mobile/pull/7