diff --git a/docs/next/scrollview.html b/docs/next/scrollview.html index cdb9a16570c..63d4c61cb74 100644 --- a/docs/next/scrollview.html +++ b/docs/next/scrollview.html @@ -322,7 +322,7 @@ const styles = StyleSheet.create({
-

endFillColor

+

fadingEdgeLength

Fades out the edges of the the scroll content.

If the value is greater than 0, the fading edges will be set accordingly to the current scroll direction and position, indicating if there is more content to show.

@@ -843,7 +843,7 @@ const styles = StyleSheet.create({
scrollWithoutAnimationTo(y, x);
 

Deprecated, use scrollTo instead.

-
SafeAreaViewSectionList