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.
1 parent 15938fd commit 8dff8a7Copy full SHA for 8dff8a7
lib/src/components/SearchBox/SearchBox.style.js
@@ -7,11 +7,11 @@ export function searchBoxContainer(
7
) {
8
return {
9
left: 8,
10
- padding: isAndroid ? 0 : 6,
+ padding: 6,
11
width: searchBoxWidth,
12
+ height: isAndroid ? 30 : null,
13
borderRadius: searchBoxBorderRadius,
- backgroundColor: searchBoxBackgroundColor,
14
- height: isAndroid ? 40 : null
+ backgroundColor: searchBoxBackgroundColor
15
};
16
}
17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-header-search-bar",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "Fully customizable header search bar for React Native",
5
"keywords": [
6
"header",
0 commit comments