missing #import "RCTLog.h"
This commit is contained in:
parent
89f52893cd
commit
9c26742743
|
@ -22,6 +22,7 @@ Native module is just an Objectve-C class that implements `RCTBridgeModule` prot
|
|||
```objective-c
|
||||
// CalendarManager.h
|
||||
#import "RCTBridgeModule.h"
|
||||
#import "RCTLog.h"
|
||||
|
||||
@interface CalendarManager : NSObject <RCTBridgeModule>
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue