We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d85ba commit f6be947Copy full SHA for f6be947
docs/scrollview.md
@@ -407,7 +407,7 @@ Enables nested scrolling for Android API level 21+.
407
408
Called when scrollable content view of the ScrollView changes.
409
410
-Handler function is passed the content width and content height as parameters: `(contentWidth, contentHeight)`
+The handler function will recieve two parameters: the content width and content height `(contentWidth, contentHeight)`.
411
412
It's implemented using onLayout handler attached to the content container which this ScrollView renders.
413
0 commit comments