feat: add accessibility on searchbar react-native

This commit is contained in:
wlauze 2019-05-18 14:46:00 -04:00
parent cb27dc18d1
commit ad8edd2d66

View File

@ -158,6 +158,7 @@ export default class StoryListView extends Component<Props, State> {
return (
<SafeAreaView style={{ flex: 1 }}>
<SearchBar
testID="Storybook.ListView.SearchBar"
clearButtonMode="while-editing"
disableFullscreenUI
onChangeText={this.handleChangeSearchText}