Add registration terms screen. (#6128)

Begin implementing Auth Terms coordinator.
This commit is contained in:
Doug
2022-05-10 22:34:35 +01:00
committed by GitHub
parent 290d84ce4f
commit 5366489483
19 changed files with 722 additions and 4 deletions
@@ -21,6 +21,7 @@ import Foundation
enum MockAppScreens {
static let appScreens: [MockScreenState.Type] = [
MockLiveLocationSharingViewerScreenState.self,
MockAuthenticationTermsScreenState.self,
MockAuthenticationVerifyEmailScreenState.self,
MockAuthenticationRegistrationScreenState.self,
MockAuthenticationServerSelectionScreenState.self,