From d48119be38e1dd3f0abc8a4b61c11aa4d0635810 Mon Sep 17 00:00:00 2001 From: Husam Salhab <47015061+hsalhab@users.noreply.github.com> Date: Mon, 26 Oct 2020 18:50:54 -0400 Subject: [TMA-280] Add coming soon (#73) * move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * added coming soon screens * moved search next to profile * Added the right icons and abstracted cs to ComingSoon.tsx * Update Checkpoint.tsx Co-authored-by: Ashm Walia --- src/screens/onboarding/Checkpoint.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screens/onboarding') diff --git a/src/screens/onboarding/Checkpoint.tsx b/src/screens/onboarding/Checkpoint.tsx index aae2293e..8e53996f 100644 --- a/src/screens/onboarding/Checkpoint.tsx +++ b/src/screens/onboarding/Checkpoint.tsx @@ -48,8 +48,7 @@ const Checkpoint: React.FC = ({route, navigation}) => { - - + You are registered! We're almost there. Would you like to setup your profile now? @@ -65,6 +64,7 @@ const Checkpoint: React.FC = ({route, navigation}) => { + ); }; -- cgit v1.2.3-70-g09d2