iOS: do not dependent yoga, include its source directly

This commit is contained in:
pengfei.zhou
2023-04-04 11:01:55 +08:00
committed by jingpeng
parent d89b0a7bbb
commit ef070e0e6f
35 changed files with 8399 additions and 6 deletions

View File

@@ -17,10 +17,9 @@
// Created by pengfei.zhou on 2020/4/9.
//
#import <YogaKit/UIView+Yoga.h>
#import "UIView+Yoga.h"
#import "DoricFlexNode.h"
#import "DoricExtensions.h"
#import <YogaKit/UIView+Yoga.h>
#import "DoricUIView.h"
@interface DoricFlexView : DoricUIView

View File

@@ -21,9 +21,9 @@
#import <objc/runtime.h>
#import "UIView+Doric.h"
#import "DoricExtensions.h"
#import <YogaKit/UIView+Yoga.h>
#import "UIView+Yoga.h"
#import <QuartzCore/QuartzCore.h>
#import <yoga/Yoga.h>
#import "Yoga.h"
@interface YGLayout ()
@property(nonatomic, assign, readonly) YGNodeRef node;