We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf977a commit e2b035aCopy full SHA for e2b035a
docs/NativeModulesIOS.md
@@ -374,7 +374,7 @@ Then create a private implementation file that will register the required inform
374
375
@interface RCT_EXTERN_MODULE(CalendarManager, NSObject)
376
377
-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)
378
379
@end
380
```
0 commit comments