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
@@ -110,7 +110,7 @@ The `ParallaxScrollView` component adds a few additional properties, as describe
110
110
|`renderBackground`|`func`| No | This renders the background of the parallax header. Can be used to display cover images for example. (Defaults to an opaque background using `backgroundColor`) |
111
111
|`renderFixedHeader`|`func`| No | This renders an optional fixed header that will always be visible and fixed to the top of the view (and sticky header). You should set its height and width appropriately. |
112
112
|`renderForeground`|`func`| No |This renders the foreground header that moves at same speed as scroll content. |
113
-
|`renderScrollComponent`|`func`| No | A function with input `props` and outputs a `ScrollView`-like component in which the content is rendered. This is useful if you want to provide your own scrollable component. (See: [https://github.com/exponentjs/react-native-scrollable-mixin](https://github.com/exponentjs/react-native-scrollable-mixin)) (By default, returns a `ScrollView` with the given props) |
113
+
|`renderScrollComponent`|`func`| No | A function with input `props` and outputs a `Animated.ScrollView`-like component in which the content is rendered. This is useful if you want to provide your own scrollable component. (See: [https://github.com/exponentjs/react-native-scrollable-mixin](https://github.com/exponentjs/react-native-scrollable-mixin)) (By default, returns a `ScrollView` with the given props) |
114
114
|`renderStickyHeader`|`func`| No | This renders an optional sticky header that will stick to the top of view when parallax header scrolls up. |
115
115
|`stickyHeaderHeight`|`number`| If `renderStickyHeader` is used | If `renderStickyHeader` is set, then its height must be specified. |
116
116
|`contentContainerStyle`|`object`| No | These styles will be applied to the scroll view content container which wraps all of the child views. (same as for [ScrollView](https://facebook.github.io/react-native/docs/scrollview.html#contentcontainerstyle)) |
0 commit comments