diff options
| author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2020-10-06 22:06:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-07 01:06:06 -0400 |
| commit | e86478f52e191c52fea20980278174af46f50953 (patch) | |
| tree | 195cacdf4326d199294034c0712b626bf7ebcfda /src/routes/onboarding/Onboarding.tsx | |
| parent | 8aafec40501b2236f127cf9175e8a21eb31ee9b0 (diff) | |
TMA 207 : Updated the Onboarding Process (#42)
Diffstat (limited to 'src/routes/onboarding/Onboarding.tsx')
| -rw-r--r-- | src/routes/onboarding/Onboarding.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/onboarding/Onboarding.tsx b/src/routes/onboarding/Onboarding.tsx index b14bd85c..7b2eb85d 100644 --- a/src/routes/onboarding/Onboarding.tsx +++ b/src/routes/onboarding/Onboarding.tsx @@ -4,6 +4,7 @@ import { Login, RegistrationOne, RegistrationTwo, + RegistrationThree, Verification, ProfileOnboarding, Checkpoint, @@ -39,6 +40,10 @@ const Onboarding: React.FC = () => { name="RegistrationTwo" component={RegistrationTwo} /> + <OnboardingStack.Screen + name="RegistrationThree" + component={RegistrationThree} + /> <OnboardingStack.Screen name="Checkpoint" component={Checkpoint} /> <OnboardingStack.Screen name="Verification" component={Verification} /> <OnboardingStack.Screen |
