Deploy website

Deploy website version based on c3ea65bf35
This commit is contained in:
Website Deployment Script
2018-01-11 23:11:12 +00:00
parent c3ea65bf35
commit 053d06dcbb
+3 -2
View File
@@ -107,10 +107,11 @@ const styles = StyleSheet.create({
<p>The <code>onRequestClose</code> callback is called when the user taps the hardware back button on Android or the menu button on Apple TV.</p>
<table>
<thead>
<tr><th>Type</th><th>Required</th></tr>
<tr><th>Type</th><th>Required</th><th>Platform</th></tr>
</thead>
<tbody>
<tr><td>(Platform.isTVOS</td><td></td><td>Platform.OS === 'android') ? PropTypes.func.isRequired : PropTypes.func</td><td>No</td></tr>
<tr><td>function</td><td>Yes</td><td>Android, Platform.isTVOS</td></tr>
<tr><td>function</td><td>No</td><td>(Others)</td></tr>
</tbody>
</table>
<hr>