Skip to content

Commit

Permalink
Revert Revert #755 and fix actual root cause instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWillie committed Feb 9, 2019
1 parent 75c1185 commit f2642cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions ios/ViewManagers/RNSVGDefsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ - (UIView *)view
return [self node];
}

- (RCTShadowView *)shadowView
{
return nil;
}

@end
5 changes: 0 additions & 5 deletions ios/ViewManagers/RNSVGNodeManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ - (UIView *)view
return [self node];
}

- (RCTShadowView *)shadowView
{
return nil;
}

RCT_EXPORT_VIEW_PROPERTY(name, NSString)
RCT_EXPORT_VIEW_PROPERTY(opacity, CGFloat)
RCT_EXPORT_VIEW_PROPERTY(matrix, CGAffineTransform)
Expand Down

0 comments on commit f2642cc

Please sign in to comment.