mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 17:30:12 +08:00
Merge pull request #577 from lvyile/patch-2
[Docs] Add missing #import "RCTLog.h"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user