Skip to content

Commit 548e3cf

Browse files
authored
Update ScrollView documentation (#3714)
1 parent 0b0ae9b commit 548e3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scrollview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Inherits [View Props](view#props).
8080

8181
### `StickyHeaderComponent`
8282

83-
A React Component that will be used to render sticky headers, should be used together with `stickyHeaderIndices`. You may need to set this component if your sticky header uses custom transforms, for example, when you want your list to have an animated and hidable header. If component have not been provided, the default [`ScrollViewStickyHeader`](https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader.js) component will be used.
83+
A React Component that will be used to render sticky headers, should be used together with `stickyHeaderIndices`. You may need to set this component if your sticky header uses custom transforms, for example, when you want your list to have an animated and hidable header. If a component has not been provided, the default [`ScrollViewStickyHeader`](https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader.js) component will be used.
8484

8585
| Type |
8686
| ------------------ |

0 commit comments

Comments
 (0)