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

@@ -24,22 +24,6 @@ ReactNativeViewAttributes.UIView = {
onLayout: true,
onAccessibilityTap: true,
onMagicTap: true,
collapsible: true,
// If editing layout-only view attributes, make sure
// -[RCTShadowView isLayoutOnly] in RCTShadowView.m
// is up-to-date! If any property below is set, the
// view should not be collapsible, but this is done
// on the native side.
onMoveShouldSetResponder: true,
onResponderGrant: true,
onResponderMove: true,
onResponderReject: true,
onResponderRelease: true,
onResponderTerminate: true,
onResponderTerminationRequest: true,
onStartShouldSetResponder: true,
onStartShouldSetResponderCapture: true,
};
ReactNativeViewAttributes.RCTView = merge(