File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-image-header-scroll-view-ep" ,
3- "version" : " 0.0.83 " ,
3+ "version" : " 0.0.84 " ,
44 "description" : " ScrollView with an image in header which become a navbar" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -153,7 +153,9 @@ class ImageHeaderScrollView extends Component<Props, State> {
153153 < Animated . View style = { [ styles . header , headerTransformStyle , this . props . headerContainerStyle ] } >
154154 { this . renderHeaderProps ( ) }
155155 { ! this . props . disableOverlay && < Animated . View style = { overlayStyle } /> }
156- < View style = { styles . fixedForeground } > { this . props . renderFixedForeground ( ) } </ View >
156+ < View style = { [ styles . fixedForeground , this . props . fixedForegroundContainerStyles ] } >
157+ { this . props . renderFixedForeground ( ) }
158+ </ View >
157159 </ Animated . View >
158160 ) ;
159161 }
You can’t perform that action at this time.
0 commit comments