feat:add Popover and supoort headViews for iOS

This commit is contained in:
pengfei.zhou
2019-11-28 19:57:36 +08:00
parent a04dcf2212
commit 38a06c9658
8 changed files with 111 additions and 5 deletions

View File

@@ -40,6 +40,7 @@
#import "DoricRefreshableNode.h"
#import "DoricFlowLayoutItemNode.h"
#import "DoricFlowLayoutNode.h"
#import "DoricPopoverPlugin.h"
@interface DoricRegistry ()
@@ -68,6 +69,7 @@ - (void)innerRegister {
[self registerNativePlugin:DoricStoragePlugin.class withName:@"storage"];
[self registerNativePlugin:DoricNavigatorPlugin.class withName:@"navigator"];
[self registerNativePlugin:DoricNavBarPlugin.class withName:@"navbar"];
[self registerNativePlugin:DoricPopoverPlugin.class withName:@"popover"];
[self registerViewNode:DoricStackNode.class withName:@"Stack"];
[self registerViewNode:DoricVLayoutNode.class withName:@"VLayout"];