Prefix iOS symbols with RNSVG

fixes https://github.com/react-native-community/react-native-svg/issues/603
This commit is contained in:
Ben Roth
2018-02-14 11:53:27 -08:00
parent 354f8c2719
commit b217dcaff8
43 changed files with 632 additions and 784 deletions
+2 -2
View File
@@ -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
{