Skip to content

Commit

Permalink
Revert #755
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Feb 9, 2019
1 parent 24e467d commit 9e516a2
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 9e516a2

Please sign in to comment.