Skip to content

Commit 48022bb

Browse files
committed
Linting order of props
1 parent 8567c3f commit 48022bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/searchbar/searchbar-ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export class SearchBar extends React.Component<Props> {
4444
ref={this.handleRef}
4545
autoCorrect={false}
4646
hideBackground={true}
47-
onCancelButtonPress={this.props.onCancel}
4847
onBlur={this.onHandleBlur}
48+
onCancelButtonPress={this.props.onCancel}
4949
onChangeText={this.props.onChange}
5050
onFocus={this.props.onFocus}
5151
onSearchButtonPress={this.handleSearchButtonPress}

0 commit comments

Comments
 (0)