You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,9 @@ The `HeaderImageScrollView` handle also the following props. None is required :
61
61
|`maxOverlayOpacity`|`number`|`0.3`| Opacity of a black overlay on the header when in navbar mode |[example](https://github.com/bamlab/react-native-image-header-scroll-view-example/blob/3b9d2d0d7f71c6bf877e2d10cc65c9ab7e1b484d/src/Pages/TvShow.js#L96)|
62
62
|`overlayColor`|`string`|`black`| Color of the overlay on the header |[example](https://github.com/bamlab/react-native-image-header-scroll-view-example/blob/master/src/Pages/Colors.js#L16)|
63
63
|`useNativeDriver`|`boolean`|`false`| Use native driver for the animation for performance improvement. A few props are unsupported at the moment if `useNativeDriver=true` (`onScroll`, `ScrollComponent`, `renderTouchableFixedForeground`) | - |
64
-
65
-
64
+
|`headerContainerStyle`|`Object`|`undefined`|Optional styles to be passed to the container of the header component|
65
+
|`disableHeaderGrow`|`boolean`|`undefined`|Disable to grow effect on the header|
66
+
|`disableOverlay`|`boolean`|`undefined`|Disable the image overlay|
0 commit comments