mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-19 01:46:37 +08:00
fix: fix icon styling in Searchbar
This commit is contained in:
@@ -17,7 +17,7 @@ type State = {
|
||||
};
|
||||
|
||||
class SearchExample extends React.Component<Props, State> {
|
||||
static title = 'Search bar';
|
||||
static title = 'Searchbar';
|
||||
|
||||
state = {
|
||||
firstQuery: '',
|
||||
|
||||
Reference in New Issue
Block a user