Skip to main content

Sign Up

Overview

The native Signup flow is split into 4 areas:

System Alert

Every screen in the sign up flow utilises the native system alert dialog, primarily for letting the user know that there was an issue with a server request.

Android

Sign Up

All of the different types of signup error dialogs are defined in SignUpSystemError.kt. Dialogs that weren't provided with specific designs are just the default material design basic dialog AlertDialog. The SignUpSystemError function expects a SignUpSystemErrorType object as a parameter and uses it to determine the title, description and call to action button labels, as well as the behavior of those action buttons.

iOS

TODO

Integrations

Feature Flags

  • signup-native - determines whether the native rebuild Signup flow is used. If false then the RN ModalJoin screen will be shown.

Resources

RoleContact
PMLily Sommers
Android LeadAnthony Librio
iOS LeadNicholas Vella