mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +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:
@@ -12,11 +12,11 @@
|
||||
|
||||
@interface RNSVGRect : RNSVGRenderable
|
||||
|
||||
@property (nonatomic, strong) RNSVGLength* x;
|
||||
@property (nonatomic, strong) RNSVGLength* y;
|
||||
@property (nonatomic, strong) RNSVGLength* rectwidth;
|
||||
@property (nonatomic, strong) RNSVGLength* rectheight;
|
||||
@property (nonatomic, strong) RNSVGLength* rx;
|
||||
@property (nonatomic, strong) RNSVGLength* ry;
|
||||
@property (nonatomic, strong) RNSVGLength *x;
|
||||
@property (nonatomic, strong) RNSVGLength *y;
|
||||
@property (nonatomic, strong) RNSVGLength *rectwidth;
|
||||
@property (nonatomic, strong) RNSVGLength *rectheight;
|
||||
@property (nonatomic, strong) RNSVGLength *rx;
|
||||
@property (nonatomic, strong) RNSVGLength *ry;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user