add Navbar for iOS

This commit is contained in:
pengfei.zhou
2019-11-25 14:20:18 +08:00
parent 713c043f71
commit 28f29d7396
10 changed files with 173 additions and 6 deletions

View File

@@ -36,6 +36,7 @@
#import "DoricSlideItemNode.h"
#import "DoricStoragePlugin.h"
#import "DoricNavigatorPlugin.h"
#import "DoricNavBarPlugin.h"
@interface DoricRegistry ()
@@ -63,6 +64,7 @@ - (void)innerRegister {
[self registerNativePlugin:DoricNetworkPlugin.class withName:@"network"];
[self registerNativePlugin:DoricStoragePlugin.class withName:@"storage"];
[self registerNativePlugin:DoricNavigatorPlugin.class withName:@"navigator"];
[self registerNativePlugin:DoricNavBarPlugin.class withName:@"navbar"];
[self registerViewNode:DoricStackNode.class withName:@"Stack"];
[self registerViewNode:DoricVLayoutNode.class withName:@"VLayout"];