Fix typo in ScrollView.d.ts

This commit is contained in:
Nicola Corti
2025-04-29 10:32:31 +01:00
committed by GitHub
parent e486fda106
commit 02bfb2316a
@@ -365,7 +365,7 @@ export interface ScrollViewPropsIOS {
/**
* When true the scroll view bounces when it reaches the end of the
* content if the content is larger then the scroll view along the axis of
* content if the content is larger than the scroll view along the axis of
* the scroll direction. When false it disables all bouncing even if
* the `alwaysBounce*` props are true. The default value is true.
*/