File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
lib/src/components/SearchBox Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 15
15
"react-native" : " 0.61.2" ,
16
16
"react-native-androw" : " 0.0.33" ,
17
17
"react-native-dynamic-vector-icons" : " ^0.2.1" ,
18
- "react-native-header-search-bar" : " 0.0.1 " ,
18
+ "react-native-header-search-bar" : " 0.1.3 " ,
19
19
"react-native-material-ripple" : " ^0.9.1" ,
20
20
"react-native-vector-icons" : " ^6.6.0"
21
21
},
Original file line number Diff line number Diff line change 1
- import {
2
- isAndroid
3
- } from "@freakycoder/react-native-helpers" ;
1
+ import { isAndroid } from "@freakycoder/react-native-helpers" ;
4
2
5
3
export function searchBoxContainer (
6
4
searchBoxWidth ,
@@ -13,7 +11,7 @@ export function searchBoxContainer(
13
11
width : searchBoxWidth ,
14
12
borderRadius : searchBoxBorderRadius ,
15
13
backgroundColor : searchBoxBackgroundColor ,
16
- height : isAndroid && 40 ,
14
+ height : isAndroid ? 40 : null
17
15
} ;
18
16
}
19
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-header-search-bar" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Fully customizable header search bar for React Native" ,
5
5
"keywords" : [
6
6
" header" ,
You can’t perform that action at this time.
0 commit comments