remove flexSlider

This commit is contained in:
pengfei.zhou
2020-04-11 12:59:51 +08:00
committed by osborn
parent 1e112055db
commit 71154ad640
15 changed files with 11 additions and 549 deletions

View File

@@ -53,7 +53,6 @@
#import "DoricSwitchNode.h"
#import "DoricNotchPlugin.h"
#import "DoricFlexNode.h"
#import "DoricFlexScrollerNode.h"
@interface DoricLibraries : NSObject
@property(nonatomic, strong) NSMutableSet <DoricLibrary *> *libraries;
@@ -142,7 +141,6 @@ - (void)innerRegister {
[self registerViewNode:DoricDraggableNode.class withName:@"Draggable"];
[self registerViewNode:DoricSwitchNode.class withName:@"Switch"];
[self registerViewNode:DoricFlexNode.class withName:@"FlexLayout"];
[self registerViewNode:DoricFlexScrollerNode.class withName:@"FlexScroller"];
}
- (void)registerJSBundle:(NSString *)bundle withName:(NSString *)name {