We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbad6a commit 21bef2fCopy full SHA for 21bef2f
ios/RCTJCoreModule/RCTJCoreModule.m
@@ -25,4 +25,10 @@ @implementation RCTJCoreModule
25
}];
26
}
27
28
+//事件处理
29
+- (NSArray<NSString *> *)supportedEvents
30
+{
31
+ return @[];
32
+}
33
+
34
@end
package.json
@@ -5,7 +5,7 @@
5
"author" : "wicked.tc130",
6
"license" : "ISC",
7
"main" : "index.js",
8
- "version" : "2.0.1",
+ "version" : "2.0.2",
9
"repository" : {
10
"type": "git",
11
"url": "https://github.com/jpush/jcore-react-native"
0 commit comments