- Stuff and things for registration!
This commit is contained in:
@@ -30,15 +30,18 @@ export default function LocalLogin({ doLoginAction }) {
|
||||
return (
|
||||
<View style={styles.loginWrap}>
|
||||
<TextInput
|
||||
style={{height: 40}}
|
||||
placeholder="email"
|
||||
keyboardType="email-address"
|
||||
onChangeText={(text) => _updateState('username', text)}
|
||||
placeholder="email"
|
||||
style={{height: 40}}
|
||||
value={username}
|
||||
/>
|
||||
<TextInput
|
||||
style={{height: 40}}
|
||||
placeholder="password"
|
||||
enablesReturnKeyAutomatically
|
||||
onChangeText={(text) => _updateState('password', text)}
|
||||
placeholder="password"
|
||||
secureTextEntry
|
||||
style={{height: 40}}
|
||||
value={password}
|
||||
/>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user