mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 14:43:49 +00:00
Merge pull request #577 from lvyile/patch-2
[Docs] Add missing #import "RCTLog.h"
This commit is contained in:
commit
bd8671f4da
@ -22,6 +22,7 @@ Native module is just an Objectve-C class that implements `RCTBridgeModule` prot
|
|||||||
```objective-c
|
```objective-c
|
||||||
// CalendarManager.h
|
// CalendarManager.h
|
||||||
#import "RCTBridgeModule.h"
|
#import "RCTBridgeModule.h"
|
||||||
|
#import "RCTLog.h"
|
||||||
|
|
||||||
@interface CalendarManager : NSObject <RCTBridgeModule>
|
@interface CalendarManager : NSObject <RCTBridgeModule>
|
||||||
@end
|
@end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user