Add email verification screen (#6125)

Make a reusable onboarding icon view.
Use a native TextField for better dynamic type support.
Rename completion to callback.
Add readableFrame modifier.
This commit is contained in:
Doug
2022-05-10 14:09:43 +01:00
committed by GitHub
parent a79a4edb83
commit 290d84ce4f
28 changed files with 912 additions and 40 deletions
@@ -21,6 +21,7 @@ import Foundation
enum MockAppScreens {
static let appScreens: [MockScreenState.Type] = [
MockLiveLocationSharingViewerScreenState.self,
MockAuthenticationVerifyEmailScreenState.self,
MockAuthenticationRegistrationScreenState.self,
MockAuthenticationServerSelectionScreenState.self,
MockOnboardingCelebrationScreenState.self,