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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ The `HeaderImageScrollView` handle also the following props. None is required :
76
76
| Property | Type | Default | Description |
77
77
| -------- | ---- | ------- | ----------- |
78
78
|`ScrollViewComponent`|`Component`|`ScrollView`| The component to be used for scrolling. Can be any component with an `onScroll` props (ie. `ListView`, `FlatList`, `SectionList` or `ScrollView`) |
79
+
|`scrollViewBackgroundColor`|`string`|`white`| Background color of the scrollView content |
0 commit comments