[ReactNative][SyncDiff] AutoSync

This commit is contained in:
Andy Street 2015-08-25 15:48:25 -07:00
parent 4f87ec5ce7
commit 504fa60168
1 changed files with 4 additions and 0 deletions

View File

@ -267,6 +267,10 @@ var View = React.createClass({
shouldRasterizeIOS: PropTypes.bool,
/**
* Views that are only used to layout their children or otherwise don't draw
* anything may be automatically removed from the native hierarchy as an
* optimization. Set this property to `false` to disable this optimization and
* ensure that this View exists in the native view hierarchy.
* @platform android
*/
collapsable: PropTypes.bool,