We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80160a9 commit 3c6df70Copy full SHA for 3c6df70
React/Base/RCTJSInvokerModule.h
@@ -12,6 +12,6 @@
12
@protocol RCTJSInvokerModule
13
14
@property (nonatomic, copy, nonnull) void (^invokeJS)(NSString * _Nullable module, NSString * _Nullable method, NSArray * _Nullable args); // TODO(macOS GH#774)
15
-@property (nonatomic, copy) void (^invokeJSWithModuleDotMethod)(NSString *moduleDotMethod, NSArray *args);
+@property (nonatomic, copy) void (^invokeJSWithModuleDotMethod)(NSString * _Nullable moduleDotMethod, NSArray * _Nullable args);
16
17
@end
0 commit comments