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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The `HeaderImageScrollView` handle also the following props. None is required :
68
68
|`renderFixedForeground`|`function`| Empty view | Function which return the component to use as fixed foreground. The component is displayed with the header but not affected by the overlay.|
69
69
|`foregroundParallaxRatio`|`number`|`1`| Ration for parallax effect of foreground when scrolling. If 2, the header goes up two times faster than the scroll |
70
70
|`fadeOutForeground`|`bool`|`false`| If set, add a fade out effect on the foreground when scroll up |
71
-
|`renderFixedForeground`|`function`| Empty view | Same as `renderFixedForeground` but allow to use touchable in it. [*Can cause performances issues on Android*](https://github.com/bamlab/react-native-image-header-scroll-view/issues/6)|
71
+
|`renderTouchableFixedForeground`|`function`| Empty view | Same as `renderFixedForeground` but allow to use touchable in it. [*Can cause performances issues on Android*](https://github.com/bamlab/react-native-image-header-scroll-view/issues/6)|
0 commit comments