mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
change from Fragment to View and add disableFullscreenUI
This commit is contained in:
parent
2fe9e71120
commit
d0d0eba29d
@ -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"
|
||||
@ -142,7 +143,7 @@ export default class StoryListView extends Component {
|
||||
sections={data}
|
||||
stickySectionHeadersEnabled={false}
|
||||
/>
|
||||
</React.Fragment>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user