Manual integration of RNN and RNM
This commit is contained in:
@@ -90,7 +90,7 @@ export class Login extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<KeyboardAvoidingView style={Login.styles.page} behavior='padding'
|
||||
keyboardVerticalOffset={Platform.select({ios: () => 0, android: () => 200})}>
|
||||
keyboardVerticalOffset={Platform.select({ios: 0, android: 200})}>
|
||||
<Image style={Login.styles.logo} source={logoImage} resizeMode='contain' />
|
||||
<View style={Login.styles.inputRow}>
|
||||
<BoundInput name='email' label='Email:' placeholder='name@xyz.com' message='Must enter a valid email' binder={this.state.binder} />
|
||||
|
||||
Reference in New Issue
Block a user