Skip to main content

Open Driver App and reach sign in

When the reviewed Driver App reaches its signed-out Home screen, it shows a welcome surface with a Login control. Selecting Login asks the local navigator to open the registered sign-in screen.

This reference starts only from a visible signed-out Home. It does not guarantee that a clean launch reaches Home, that Login opens the next screen, or that sign-in succeeds.

Availability

Signed-out Home can be selected after startup loading settles, no session is admitted, and the configured tutorial does not take priority. The tutorial's clean first-launch path remains blocked by a permission-loading/setup contradiction, so startup can remain ahead of Home.

The reviewed release is fixed to its configured Ordering project. Its signed-out Home does not show a project-selection field. A build with a project selector is a different configuration branch and requires separate review.

State and result matrix

Starting stateVisible resultSupported next stepLimit
Startup loadingLoading viewWait for a visible startup result.Loading does not prove a service or permission result.
Tutorial visibleIntroductory slidesFollow the tutorial guide only while it is visible.Tutorial completion and clean reachability are not guaranteed.
Signed-out HomeWelcome copy and LoginSelect Login once.Home visibility does not prove account or service availability.
Login visibleConfigured sign-in formUse the sign-in guide.Navigation is not authentication.
Forgot visiblePassword-recovery formUse the password-recovery guide.The request and its result are separate.
Signup page found in source or another productNo registered Driver App destination from this flowDo not use it as Driver App signup.Source presence and website application do not make it reachable here.
Generic network-error or not-found page found in sourceNo registered Driver App destinationUse the error state on the screen that owns the task.These wrappers are not supported public routes.

The signed-out Root stack registers Home, Login, and Forgot. Login and Forgot are navigation destinations; Signup and generic error wrappers are not.

Effects and boundaries

Control or boundaryClient intentWhat remains unproven
Open Driver AppStart the native/client startup sequence.Home reachability, session result, permission readiness, or backend availability
Login on HomeNavigate locally to Login.That Login rendered, credentials are accepted, or a session exists
Password-recovery entry on LoginNavigate locally to Forgot when the configured sign-in form exposes it.That recovery is available, requested, sent, or completed
Back navigationReturn within the active signed-out stack when the visible screen provides that control.Cancellation or reversal of an earlier request
Adjacent website applicationApply through a separate website-owned workflow.Driver App signup, approval, activation, or sign-in readiness
Unreviewed link or dormant pageNone supported.Route registration, authorization, or safe destination

The signed-out Home in the reviewed configuration does not need an API request to render or to request local navigation to Login. Surrounding startup, language, configuration, session, notification, permission, and provider work remains separate and source-only.

Platform and layout variations

  • iOS and Android use different keyboard and safe-area behavior on signed-out forms.
  • Screen size, orientation, language, and theme can change layout and labels.
  • The reviewed Home uses a fixed project configuration. Do not document or expose an internal project value.
  • Driver App has no reviewed inbound deep-link mapping. Opening an external URL is not a supported shortcut to Home, Login, or Forgot.

Troubleshooting

What you seeLikely boundarySafe recovery
Loading instead of HomeStartup or permission readiness still owns the root.Use Startup and loading; do not clear storage or change permissions to force Home.
Tutorial instead of HomeThe signed-out tutorial branch has priority.Use the tutorial guide if it is visible; do not assume completion will persist.
Login does not change the screenLocal navigation did not produce the expected visible result.Select it only once, record the platform/app version and visible state without account data, and contact the app operator.
Forgot is not available from LoginThe configured sign-in option can change whether recovery entry is exposed.Use the sign-in-options or recovery guide; do not open a private route directly.
A project field appearsThe build uses a different signed-out configuration branch.Stop and ask the app/configuration owner to confirm the supported build.
A signup or generic error page appears through an external pathThe route is not registered in the reviewed Driver App navigation.Return to the supported visible flow and report the route class without sharing link parameters.

Related guides: Driver App overview · Startup and loading · First-run tutorial · Sign in as a driver · Sign-in options · Reset a password