Skip to content

Commit b31af42

Browse files
author
Luke Brandon Farrell
committed
fixed prop types
1 parent f2ddec0 commit b31af42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNNSearchBar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ export class RNNSearchBar extends React.Component {
136136
}
137137
}
138138

139-
SearchBar.defaultProps = {
139+
RNNSearchBar.defaultProps = {
140140
placeholder: "search"
141141
};
142142

143-
SearchBar.propTypes = {
143+
RNNSearchBar.propTypes = {
144144
search: PropTypes.string,
145145
componentId: PropTypes.string.isRequired,
146146
statusBarHeight: PropTypes.number.isRequired,

0 commit comments

Comments
 (0)