mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 09:17:55 +08:00
fixed documentation error for native modules docs page
This commit is contained in:
@@ -374,7 +374,7 @@ Then create a private implementation file that will register the required inform
|
||||
|
||||
@interface RCT_EXTERN_MODULE(CalendarManager, NSObject)
|
||||
|
||||
RCT_EXTERN_METHOD(addEvent:(NSString *)name location:(NSString *)location date:(NSNumber *)date)
|
||||
RCT_EXTERN_METHOD(addEvent:(NSString *)name location:(NSString *)location date:(nonnull NSNumber *)date)
|
||||
|
||||
@end
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user