mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 00:42:31 +00:00
Prefix iOS symbols with RNSVG
fixes https://github.com/react-native-community/react-native-svg/issues/603
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
#ifndef RNSVGPropHelper_h
|
||||
#define RNSVGPropHelper_h
|
||||
|
||||
@interface RNSVGPropHelper : NSObject
|
||||
|
||||
+ (double) fromRelativeWithNSString:(NSString *)length
|
||||
relative:(double)relative
|
||||
offset:(double)offset
|
||||
scale:(double)scale
|
||||
fontSize:(double)fontSize;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user