Skip to content

Commit

Permalink
Revert #755
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWillie committed Feb 9, 2019
1 parent b02fde8 commit 75c1185
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/ViewManagers/RNSVGNodeManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ - (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 75c1185

Please sign in to comment.