From 81d076c5fae1bedb564d3ec3733431dec848bf56 Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Tue, 30 Jun 2020 10:49:50 -0400 Subject: Made registration start after Get Started button --- src/components/common/LoginInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/common') diff --git a/src/components/common/LoginInput.tsx b/src/components/common/LoginInput.tsx index 43c31e2b..c82682d7 100644 --- a/src/components/common/LoginInput.tsx +++ b/src/components/common/LoginInput.tsx @@ -54,7 +54,7 @@ const LoginInput = (props: LoginInputProps) => { secureTextEntry={ props.isUsername ? false : props.isPassword ? true : false } - // focus={props.isUsername ? undefined : props.focusPasswordInput} + // ref={props.ref} /> {!props.isValid && ( {props.validationWarning} @@ -88,7 +88,7 @@ interface LoginInputProps { isPassword?: boolean; onChangeText: (input: string) => void; onSubmitEditing?: () => void; - // ref: PropTypes.any, + // ref?: string; focusPasswordInput?: boolean; isValid?: boolean; validationWarning?: string; -- cgit v1.2.3-70-g09d2