mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 23:02:16 +00:00
Prefix iOS symbols with RNSVG
fixes https://github.com/react-native-community/react-native-svg/issues/603
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
#import "RNSVGPathParser.h"
|
||||
#import <React/RCTLog.h>
|
||||
#import "math.h"
|
||||
#import "BezierElement.h"
|
||||
#import <math.h>
|
||||
#import "RNSVGBezierElement.h"
|
||||
|
||||
@implementation RNSVGPathParser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user