Skip to content

Commit

Permalink
change from Fragment to View and add disableFullscreenUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Estevão Lucas committed Nov 23, 2018
1 parent 2fe9e71 commit d0d0eba
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ export default class StoryListView extends Component {
const { data } = this.state;

return (
<React.Fragment>
<View style={style.flex}>
<TextInput
clearButtonMode="while-editing"
disableFullscreenUI
onChangeText={this.handleChangeSearchText}
placeholder="Filter"
returnKeyType="search"
Expand All @@ -142,7 +143,7 @@ export default class StoryListView extends Component {
sections={data}
stickySectionHeadersEnabled={false}
/>
</React.Fragment>
</View>
);
}
}
Expand Down

0 comments on commit d0d0eba

Please sign in to comment.