Updated docs for next

This commit is contained in:
Website Deployment Script
2017-07-26 13:20:28 +00:00
parent f5fcf4d751
commit fcabd12164
+3 -1
View File
@@ -78,7 +78,9 @@ The default value is true.</p></div></div><div class="prop"><h4 class="propTitle
content is smaller than the scroll view bounds; when the content is
larger than the scroll view, this property has no effect. The default
value is false.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="contentinset"></a><span class="platform">ios</span>contentInset?: <span class="propType">{top: number, left: number, bottom: number, right: number}</span> <a class="hash-link" href="docs/scrollview.html#contentinset">#</a></h4><div><p>The amount by which the scroll view content is inset from the edges
of the scroll view. Defaults to <code>{top: 0, left: 0, bottom: 0, right: 0}</code>.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="contentoffset"></a><span class="platform">ios</span>contentOffset?: <span class="propType">PointPropType</span> <a class="hash-link" href="docs/scrollview.html#contentoffset">#</a></h4><div><p>Used to manually set the starting scroll offset.
of the scroll view. Defaults to <code>{top: 0, left: 0, bottom: 0, right: 0}</code>.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="contentinsetadjustmentbehavior"></a><span class="platform">ios</span>contentInsetAdjustmentBehavior?: <span class="propType">enum(&#x27;automatic&#x27;, &#x27;scrollableAxes&#x27;, &#x27;never&#x27;, &#x27;always&#x27;)</span> <a class="hash-link" href="docs/scrollview.html#contentinsetadjustmentbehavior">#</a></h4><div><p>This property specifies how the safe area insets are used to modify the
content area of the scroll view. The default value of this property is
&quot;never&quot;. Available on iOS 11 and later.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="contentoffset"></a><span class="platform">ios</span>contentOffset?: <span class="propType">PointPropType</span> <a class="hash-link" href="docs/scrollview.html#contentoffset">#</a></h4><div><p>Used to manually set the starting scroll offset.
The default value is <code>{x: 0, y: 0}</code>.</p></div></div><div class="prop"><h4 class="propTitle"><a class="anchor" name="decelerationrate"></a><span class="platform">ios</span>decelerationRate?: <span class="propType"><span><span>enum(&#x27;fast&#x27;, &#x27;normal&#x27;), </span>number</span></span> <a class="hash-link" href="docs/scrollview.html#decelerationrate">#</a></h4><div><p>A floating-point number that determines how quickly the scroll view
decelerates after the user lifts their finger. You may also use string
shortcuts <code>&quot;normal&quot;</code> and <code>&quot;fast&quot;</code> which match the underlying iOS settings