[ReactNative][SyncDiff] AutoSync
This commit is contained in:
parent
4f87ec5ce7
commit
504fa60168
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue