mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy website
Deploy website version based on 8340a384de453288cf5f6df05275bba629274e1c
This commit is contained in:
+4
-25
@@ -329,31 +329,10 @@ export default DisplayAnImageWithStyle;
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><p><a href="/docs/next/layout-props#props">Layout Props...</a></p></li>
|
||||
<li><p><a href="/docs/next/shadow-props#props">Shadow Props...</a></p></li>
|
||||
<li><p><a href="/docs/next/transforms#props">Transforms...</a></p></li>
|
||||
<li><p><strong><code>borderTopRightRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>backfaceVisibility</code></strong>: enum('visible', 'hidden')</p></li>
|
||||
<li><p><strong><code>borderBottomLeftRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>borderBottomRightRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>borderColor</code></strong>: <a href="/docs/next/colors">color</a></p></li>
|
||||
<li><p><strong><code>borderRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>borderTopLeftRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>backgroundColor</code></strong>: <a href="/docs/next/colors">color</a></p></li>
|
||||
<li><p><strong><code>borderWidth</code></strong>: number</p></li>
|
||||
<li><p><strong><code>opacity</code></strong>: number</p></li>
|
||||
<li><p><strong><code>overflow</code></strong>: enum('visible', 'hidden')</p></li>
|
||||
<li><p><strong><code>resizeMode</code></strong>: Object.keys(ImageResizeMode)</p></li>
|
||||
<li><p><strong><code>tintColor</code></strong>: <a href="/docs/next/colors">color</a></p>
|
||||
<p>Changes the color of all the non-transparent pixels to the tintColor.</p></li>
|
||||
<li><p><strong><code>overlayColor</code></strong>: string (<em>Android</em>)</p>
|
||||
<p>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:</p>
|
||||
<ul>
|
||||
<li>Certain resize modes, such as 'contain'</li>
|
||||
<li>Animated GIFs</li>
|
||||
</ul>
|
||||
<p>A typical way to use this prop is with images displayed on a solid background and setting the <code>overlayColor</code> to the same color as the background.</p>
|
||||
<p>For details of how this works under the hood, see <a href="http://frescolib.org/docs/rounded-corners-and-circles.html">http://frescolib.org/docs/rounded-corners-and-circles.html</a></p></li>
|
||||
<li><p><a href="image-style-props#props">Image Style Props...</a></p></li>
|
||||
<li><p><a href="layout-props#props">Layout Props...</a></p></li>
|
||||
<li><p><a href="shadow-props#props">Shadow Props...</a></p></li>
|
||||
<li><p><a href="transforms#props">Transforms...</a></p></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3><a class="anchor" aria-hidden="true" id="accessible"></a><a href="#accessible" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>accessible</code></h3>
|
||||
|
||||
@@ -329,31 +329,10 @@ export default DisplayAnImageWithStyle;
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><p><a href="/docs/next/layout-props#props">Layout Props...</a></p></li>
|
||||
<li><p><a href="/docs/next/shadow-props#props">Shadow Props...</a></p></li>
|
||||
<li><p><a href="/docs/next/transforms#props">Transforms...</a></p></li>
|
||||
<li><p><strong><code>borderTopRightRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>backfaceVisibility</code></strong>: enum('visible', 'hidden')</p></li>
|
||||
<li><p><strong><code>borderBottomLeftRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>borderBottomRightRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>borderColor</code></strong>: <a href="/docs/next/colors">color</a></p></li>
|
||||
<li><p><strong><code>borderRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>borderTopLeftRadius</code></strong>: number</p></li>
|
||||
<li><p><strong><code>backgroundColor</code></strong>: <a href="/docs/next/colors">color</a></p></li>
|
||||
<li><p><strong><code>borderWidth</code></strong>: number</p></li>
|
||||
<li><p><strong><code>opacity</code></strong>: number</p></li>
|
||||
<li><p><strong><code>overflow</code></strong>: enum('visible', 'hidden')</p></li>
|
||||
<li><p><strong><code>resizeMode</code></strong>: Object.keys(ImageResizeMode)</p></li>
|
||||
<li><p><strong><code>tintColor</code></strong>: <a href="/docs/next/colors">color</a></p>
|
||||
<p>Changes the color of all the non-transparent pixels to the tintColor.</p></li>
|
||||
<li><p><strong><code>overlayColor</code></strong>: string (<em>Android</em>)</p>
|
||||
<p>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:</p>
|
||||
<ul>
|
||||
<li>Certain resize modes, such as 'contain'</li>
|
||||
<li>Animated GIFs</li>
|
||||
</ul>
|
||||
<p>A typical way to use this prop is with images displayed on a solid background and setting the <code>overlayColor</code> to the same color as the background.</p>
|
||||
<p>For details of how this works under the hood, see <a href="http://frescolib.org/docs/rounded-corners-and-circles.html">http://frescolib.org/docs/rounded-corners-and-circles.html</a></p></li>
|
||||
<li><p><a href="image-style-props#props">Image Style Props...</a></p></li>
|
||||
<li><p><a href="layout-props#props">Layout Props...</a></p></li>
|
||||
<li><p><a href="shadow-props#props">Shadow Props...</a></p></li>
|
||||
<li><p><a href="transforms#props">Transforms...</a></p></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3><a class="anchor" aria-hidden="true" id="accessible"></a><a href="#accessible" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>accessible</code></h3>
|
||||
|
||||
Reference in New Issue
Block a user