diff --git a/docs/scrollview.md b/docs/scrollview.md index 6c03d431f67..6f9943e68d3 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -80,7 +80,7 @@ Inherits [View Props](view#props). ### `StickyHeaderComponent` -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/master/Libraries/Components/ScrollView/ScrollViewStickyHeader.js) component will be used. +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. | Type | | ------------------ |