- reveal keyboard interactive removed (#230)

- email keyboard
This commit is contained in:
Diego Mello 2018-02-09 19:50:30 -02:00 committed by Guilherme Gazzo
parent bb7b09d244
commit 79de880305
1 changed files with 2 additions and 1 deletions

View File

@ -460,6 +460,7 @@ export default class MessageBox extends React.PureComponent {
<TextInput
ref={component => this.component = component}
style={styles.textBoxInput}
keyboardType='email-address'
returnKeyType='default'
blurOnSubmit={false}
placeholder='New Message'
@ -486,7 +487,7 @@ export default class MessageBox extends React.PureComponent {
onKeyboardResigned={() => this.onKeyboardResigned()}
onItemSelected={this._onEmojiSelected}
trackInteractive
revealKeyboardInteractive
// revealKeyboardInteractive
requiresSameParentToManageScrollView
/>
);