complete Android & iOS with same logic

This commit is contained in:
王劲鹏
2020-01-03 18:06:57 +08:00
committed by osborn
parent ece2e0cac2
commit e06b305eb8
6 changed files with 110 additions and 20 deletions

View File

@@ -44,6 +44,7 @@
#import "DoricAnimatePlugin.h"
#import "DoricNestedSliderNode.h"
#import "DoricInputNode.h"
#import "DoricDraggableNode.h"
#import "DoricLibrary.h"
@@ -124,6 +125,7 @@ - (void)innerRegister {
[self registerViewNode:DoricFlowLayoutNode.class withName:@"FlowLayout"];
[self registerViewNode:DoricNestedSliderNode.class withName:@"NestedSlider"];
[self registerViewNode:DoricInputNode.class withName:@"Input"];
[self registerViewNode:DoricDraggableNode.class withName:@"Draggable"];
}
- (void)registerJSBundle:(NSString *)bundle withName:(NSString *)name {