From 17e2f1190490b96fbc0cd42c49f7654749c31f8b Mon Sep 17 00:00:00 2001
From: Website Deployment Script UIScrollViewDecelerationRateNormal and
scrolling while dragging. The default value is false.
The style of the scroll indicators.
- default (the default), same as black.
- black, scroll indicator is black. This style is good against a white content background.
- - white, scroll indicator is white. This style is good against a black content background.
The maximum allowed zoom scale. The default value is 1.0.
The minimum allowed zoom scale. The default value is 1.0.
DeprecatedUse the refreshControl prop instead.
Called when a scrolling animation ends.
This controls how often the scroll event will be fired while scrolling
+ - white, scroll indicator is white. This style is good against a black content background.
The maximum allowed zoom scale. The default value is 1.0.
The minimum allowed zoom scale. The default value is 1.0.
Called when a scrolling animation ends.
This controls how often the scroll event will be fired while scrolling
(as a time interval in ms). A lower number yields better accuracy for code
that is tracking the scroll position, but can lead to scroll performance
problems due to the volume of information being send over the bridge.
@@ -92,7 +92,7 @@ with snapToAlignment.
The current scale of the scroll view content. The default value is 1.0.
Deprecated. Use RefreshControl instead.
Scrolls to a given x, y offset, either immediately or with a smooth animation.
Syntax:
scrollTo(options: {x: number = 0; y: number = 0; animated: boolean = true})
Note: The weird argument signature is due to the fact that, for historical reasons,
+with horizontal={true}.
The current scale of the scroll view content. The default value is 1.0.
Scrolls to a given x, y offset, either immediately or with a smooth animation.
Syntax:
scrollTo(options: {x: number = 0; y: number = 0; animated: boolean = true})
Note: The weird argument signature is due to the fact that, for historical reasons, the function also accepts separate arguments as as alternative to the options object. This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
Deprecated, do not use.
Examples # | Edit on GitHub |