Skip to content

Commit 21bef2f

Browse files
author
liupr
committed
添加事件处理的方法
1 parent 2fbad6a commit 21bef2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ios/RCTJCoreModule/RCTJCoreModule.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ @implementation RCTJCoreModule
2525
}];
2626
}
2727

28+
//事件处理
29+
- (NSArray<NSString *> *)supportedEvents
30+
{
31+
return @[];
32+
}
33+
2834
@end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author" : "wicked.tc130",
66
"license" : "ISC",
77
"main" : "index.js",
8-
"version" : "2.0.1",
8+
"version" : "2.0.2",
99
"repository" : {
1010
"type": "git",
1111
"url": "https://github.com/jpush/jcore-react-native"

0 commit comments

Comments
 (0)