We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bea9fde + 1f0c849 commit 3fda396Copy full SHA for 3fda396
source/views/components/searchbar/index.android.js
@@ -45,6 +45,7 @@ export class SearchBar extends React.Component<Props> {
45
return (
46
<NativeSearchBar
47
ref={this.handleRef}
48
+ autoCorrect={false}
49
backButton={backButton}
50
closeButton={this.props.active ? closeIcon : null}
51
focusOnLayout={false}
source/views/components/searchbar/index.ios.js
@@ -40,6 +40,7 @@ export class SearchBar extends React.Component<Props> {
40
41
42
43
44
barTintColor={this.props.backgroundColor}
hideBackground={true}
onCancelButtonPress={this.props.onCancel}
0 commit comments