File tree 4 files changed +5
-3
lines changed
src/__tests__/__snapshots__
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " imageHeaderScrollView" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " node node_modules/react-native/local-cli/cli.js start"
11
11
"react" : " ~15.4.1" ,
12
12
"react-native" : " 0.42.0" ,
13
13
"react-native-animatable" : " ^1.1.0" ,
14
- "react-native-image-header-scroll-view" : " ^0.4.0 "
14
+ "react-native-image-header-scroll-view" : " ^0.4.1 "
15
15
},
16
16
"devDependencies" : {
17
17
"babel-jest" : " 19.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-image-header-scroll-view" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " ScrollView with an image in header which become a navbar" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ exports[`TriggeringView renders correctly by default 1`] = `
92
92
style = {
93
93
Object {
94
94
" backgroundColor" : " white" ,
95
+ " paddingBottom" : 125 ,
95
96
" transform" : Array [
96
97
Object {
97
98
" translateY" : 125 ,
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ exports[`ImageHeaderScrollView renders correctly by default 1`] = `
92
92
style = {
93
93
Object {
94
94
" backgroundColor" : " white" ,
95
+ " paddingBottom" : 125 ,
95
96
" transform" : Array [
96
97
Object {
97
98
" translateY" : 125 ,
You can’t perform that action at this time.
0 commit comments