feat:add NavigatorPlugin for iOS ,only files and protocol

This commit is contained in:
pengfei.zhou
2019-11-23 17:22:27 +08:00
parent 27d601c326
commit 656e72c174
4 changed files with 59 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
#import "DoricSliderNode.h"
#import "DoricSlideItemNode.h"
#import "DoricStoragePlugin.h"
#import "DoricNavigatorPlugin.h"
@interface DoricRegistry ()
@@ -61,6 +62,7 @@ - (void)innerRegister {
[self registerNativePlugin:DoricModalPlugin.class withName:@"modal"];
[self registerNativePlugin:DoricNetworkPlugin.class withName:@"network"];
[self registerNativePlugin:DoricStoragePlugin.class withName:@"storage"];
[self registerNativePlugin:DoricNavigatorPlugin.class withName:@"navigator"];
[self registerViewNode:DoricStackNode.class withName:@"Stack"];
[self registerViewNode:DoricVLayoutNode.class withName:@"VLayout"];