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:
@@ -9,9 +9,9 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <React/RCTBridge.h>
|
||||
#import "RNSVGLength.h"
|
||||
#import "RNSVGRenderable.h"
|
||||
#import "RNSVGVBMOS.h"
|
||||
#import "RNSVGLength.h"
|
||||
|
||||
#import <React/RCTImageSource.h>
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
|
||||
@property (nonatomic, weak) RCTBridge *bridge;
|
||||
@property (nonatomic, assign) id src;
|
||||
@property (nonatomic, strong) RNSVGLength* x;
|
||||
@property (nonatomic, strong) RNSVGLength* y;
|
||||
@property (nonatomic, strong) RNSVGLength* imagewidth;
|
||||
@property (nonatomic, strong) RNSVGLength* imageheight;
|
||||
@property (nonatomic, strong) RNSVGLength *x;
|
||||
@property (nonatomic, strong) RNSVGLength *y;
|
||||
@property (nonatomic, strong) RNSVGLength *imagewidth;
|
||||
@property (nonatomic, strong) RNSVGLength *imageheight;
|
||||
@property (nonatomic, strong) NSString *align;
|
||||
@property (nonatomic, assign) RNSVGVBMOS meetOrSlice;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user