mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 23:54:53 +00:00
chore: add CI for JS, iOS and Android formatting (#1782)
Added CI workflow and local pre-commit hook for formatting and linting the newly added JS, iOS and Android code.
This commit is contained in:
@@ -7,16 +7,11 @@
|
||||
|
||||
@interface RNSVGPropHelper : NSObject
|
||||
|
||||
+ (CGFloat) fromRelativeWithNSString:(NSString *)length
|
||||
relative:(CGFloat)relative
|
||||
fontSize:(CGFloat)fontSize;
|
||||
+ (CGFloat)fromRelativeWithNSString:(NSString *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
|
||||
|
||||
+ (CGFloat) fromRelative:(RNSVGLength*)length
|
||||
relative:(CGFloat)relative
|
||||
fontSize:(CGFloat)fontSize;
|
||||
+ (CGFloat)fromRelative:(RNSVGLength *)length relative:(CGFloat)relative fontSize:(CGFloat)fontSize;
|
||||
|
||||
+ (CGFloat)fromRelative:(RNSVGLength*)length
|
||||
relative:(CGFloat)relative;
|
||||
+ (CGFloat)fromRelative:(RNSVGLength *)length relative:(CGFloat)relative;
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user