fixed documentation error for native modules docs page

This commit is contained in:
Nader Dabit
2015-12-14 15:10:46 -06:00
parent acf977a481
commit e2b035acf2

View File

@@ -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
```