mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 16:32:24 +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:
@@ -8,8 +8,8 @@
|
||||
|
||||
#import "RNSVGUIKit.h"
|
||||
|
||||
#import "RNSVGPainter.h"
|
||||
#import "RNSVGContainer.h"
|
||||
#import "RNSVGPainter.h"
|
||||
#import "RNSVGVBMOS.h"
|
||||
|
||||
#ifdef RN_FABRIC_ENABLED
|
||||
@@ -20,9 +20,9 @@
|
||||
|
||||
@interface RNSVGSvgView :
|
||||
#ifdef RN_FABRIC_ENABLED
|
||||
RCTViewComponentView <RNSVGContainer>
|
||||
RCTViewComponentView <RNSVGContainer>
|
||||
#else
|
||||
RNSVGView <RNSVGContainer>
|
||||
RNSVGView <RNSVGContainer>
|
||||
#endif // RN_FABRIC_ENABLED
|
||||
|
||||
@property (nonatomic, strong) RNSVGLength *bbWidth;
|
||||
|
||||
Reference in New Issue
Block a user