From bd9ed0712bae14729d18f4d34b891bb82d4550ff Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 1 Feb 2021 17:05:18 -0500 Subject: initial work --- src/screens/onboarding/Login.tsx | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'src/screens/onboarding/Login.tsx') diff --git a/src/screens/onboarding/Login.tsx b/src/screens/onboarding/Login.tsx index 63296ede..833e36cb 100644 --- a/src/screens/onboarding/Login.tsx +++ b/src/screens/onboarding/Login.tsx @@ -15,7 +15,7 @@ import { } from 'react-native'; import SplashScreen from 'react-native-splash-screen'; import {useDispatch} from 'react-redux'; -import {Background, SubmitButton, TaggInput} from '../../components'; +import {Background, TaggInput, TaggSquareButton} from '../../components'; import { LOGIN_ENDPOINT, TAGG_LIGHT_PURPLE, @@ -215,20 +215,6 @@ const Login: React.FC = ({navigation}: LoginProps) => { ); - /** - * Login screen login button. - */ - const LoginButton = () => ( - - ); - /** * Login screen registration prompt. */ @@ -300,7 +286,19 @@ const Login: React.FC = ({navigation}: LoginProps) => { ref={inputRef} /> - + + + {/* */} -- cgit v1.2.3-70-g09d2