mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 18:54:58 +00:00
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…
x
Reference in New Issue
Block a user