refactor shape elements add responder system.

refactor shape elements add responder system.
Just iOS.
This commit is contained in:
Horcrux
2016-05-15 00:40:43 +08:00
parent 1f7a908406
commit 8d01e8eccb
65 changed files with 2354 additions and 213 deletions
+3 -3
View File
@@ -16,17 +16,17 @@ RCT_EXPORT_MODULE()
- (RNSVGNode *)node
{
return [RNSVGNode new];
return [RNSVGNode new];
}
- (UIView *)view
{
return [self node];
return [self node];
}
- (RCTShadowView *)shadowView
{
return nil;
return nil;
}
RCT_EXPORT_VIEW_PROPERTY(opacity, CGFloat)