From c9bdca57d00ff47781a394bea962d72a916d23e4 Mon Sep 17 00:00:00 2001 From: Azzyxec Date: Wed, 22 Mar 2023 23:21:55 +0530 Subject: [PATCH] ScrollViewStickyHeader link updated --- docs/scrollview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | | ------------------ |