From b8ea813a77d6ddfaf2f2a27bededa52cfa03a762 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Wed, 7 Aug 2019 10:21:30 -0400 Subject: [PATCH] - Stuff and things for registration! --- app/components/Login/LocalLogin.js | 11 ++++--- app/screens/Register.js | 46 ++++++++++++++++++++++++++---- 2 files changed, 47 insertions(+), 10 deletions(-) diff --git a/app/components/Login/LocalLogin.js b/app/components/Login/LocalLogin.js index 0f0d621..55f094d 100644 --- a/app/components/Login/LocalLogin.js +++ b/app/components/Login/LocalLogin.js @@ -30,15 +30,18 @@ export default function LocalLogin({ doLoginAction }) { return ( _updateState('username', text)} + placeholder="email" + style={{height: 40}} value={username} /> _updateState('password', text)} + placeholder="password" + secureTextEntry + style={{height: 40}} value={password} />