From 4cbc87c7b758da034bf2fd569f6a267df9335b01 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
stretch: Scale width and height independently, This may change the
aspect ratio of the src.
repeat: Repeat the image to cover the frame of the view. The
-image will keep it's size and aspect ratio. (iOS only)
The image source (either a remote URL or a local file resource).
Changes the color of all the non-transparent pixels to the tintColor.
When the image has rounded corners, specifying an overlayColor will +image will keep it's size and aspect ratio. (iOS only)
The image source (either a remote URL or a local file resource).
Changes the color of all the non-transparent pixels to the tintColor.
When the image has rounded corners, specifying an overlayColor will cause the remaining space in the corners to be filled with a solid color. This is useful in cases which are not supported by the Android implementation of rounded corners: diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index c66b3415a14..3f55efbd18f 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -34,7 +34,7 @@ functionality for the ScrollView.
When false, the content does not scroll. -The default value is true.
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
(Android-only) Sets the elevation of a view, using Android's underlying +The default value is true.
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
(Android-only) Sets the elevation of a view, using Android's underlying elevation API. This adds a drop shadow to the item and affects z-order for overlapping views. Only supported on Android 5.0+, has no effect on earlier versions.
Sometimes a scrollview takes up more space than its content fills. When this is
diff --git a/releases/next/docs/view.html b/releases/next/docs/view.html
index 27a67262bf9..1965a6b9670 100644
--- a/releases/next/docs/view.html
+++ b/releases/next/docs/view.html
@@ -74,7 +74,7 @@ for scrolling content when there are many subviews, most of which are
offscreen. For this property to be effective, it must be applied to a
view that contains many subviews that extend outside its bound. The
subviews must also have overflow: hidden, as should the containing view
-(or one of its superviews).
(Android-only) Sets the elevation of a view, using Android's underlying +(or one of its superviews).
(Android-only) Sets the elevation of a view, using Android's underlying elevation API. This adds a drop shadow to the item and affects z-order for overlapping views. Only supported on Android 5.0+, has no effect on earlier versions.
Used to locate this view in end-to-end tests.
This disables the 'layout-only view removal' optimization for this view!
Indicates to accessibility services to treat UI component like a