Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fixes react-native-elements#2878

* Fixed button

* Fixed button
  • Loading branch information
arpitBhalla authored Apr 25, 2021
1 parent 2e71890 commit ce1b94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/searchbar/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type SearchBarProps = SearchBarBaseProps &
SearchBarIosProps;

class SearchBar extends React.Component<
SearchBarBaseProps & Partial<ThemeProps<SearchBarBaseProps>>
SearchBarProps & Partial<ThemeProps<SearchBarProps>>
> {
searchbar!: IOSSearchBar;
static defaultProps = {
Expand Down

0 comments on commit ce1b94a

Please sign in to comment.