Reverted ca9d1b3bf5a6f46ec29babe8685634690ff9a2bc to unbreak groups

This commit is contained in:
Spencer Ahrens
2015-07-17 03:53:15 -07:00
parent 77a0cf27f2
commit c43e93d1b4
11 changed files with 234 additions and 942 deletions

View File

@@ -83,12 +83,6 @@ var View = React.createClass({
},
propTypes: {
/**
* When false, indicates that the view should not be collapsed, even if it is
* layout-only. Defaults to true.
*/
collapsible: PropTypes.bool,
/**
* When true, indicates that the view is an accessibility element. By default,
* all the touchable elements are accessible.