Deploy website

Deploy website version based on 903b508232
This commit is contained in:
Website Deployment Script
2018-01-27 17:55:19 +00:00
parent 903b508232
commit be0d7afc0a
+1
View File
@@ -221,6 +221,7 @@ AppRegistry.registerComponent(
<li><p><code>contain</code>: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).</p></li>
<li><p><code>stretch</code>: Scale width and height independently, This may change the aspect ratio of the src.</p></li>
<li><p><code>repeat</code>: Repeat the image to cover the frame of the view. The image will keep it's size and aspect ratio. (iOS only)</p></li>
<li><p><code>center</code>: Center the image in the view along both dimensions. If the image is larger than the view, scale it down uniformly so that it is contained in the view.</p></li>
</ul>
<table>
<thead>