feat:iOS implement coordinator plugin
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#import "DoricNotificationPlugin.h"
|
||||
#import "DoricStatusBarPlugin.h"
|
||||
#import "DoricUtil.h"
|
||||
#import "DoricCoordinatorPlugin.h"
|
||||
|
||||
@interface DoricLibraries : NSObject
|
||||
@property(nonatomic, strong) NSMutableSet <DoricLibrary *> *libraries;
|
||||
@@ -130,6 +131,7 @@ - (void)innerRegister {
|
||||
[self registerNativePlugin:DoricAnimatePlugin.class withName:@"animate"];
|
||||
[self registerNativePlugin:DoricNotificationPlugin.class withName:@"notification"];
|
||||
[self registerNativePlugin:DoricStatusBarPlugin.class withName:@"statusbar"];
|
||||
[self registerNativePlugin:DoricCoordinatorPlugin.class withName:@"coordinator"];
|
||||
|
||||
[self registerViewNode:DoricStackNode.class withName:@"Stack"];
|
||||
[self registerViewNode:DoricVLayoutNode.class withName:@"VLayout"];
|
||||
|
||||
Reference in New Issue
Block a user