jcore-react-native 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,4 +25,10 @@ RCT_EXPORT_METHOD(setAuth: (BOOL *)enable)
25
25
  }];
26
26
  }
27
27
 
28
+ //事件处理
29
+ - (NSArray<NSString *> *)supportedEvents
30
+ {
31
+ return @[];
32
+ }
33
+
28
34
  @end
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author" : "wicked.tc130",
6
6
  "license" : "ISC",
7
7
  "main" : "index.js",
8
- "version" : "2.0.1",
8
+ "version" : "2.0.2",
9
9
  "repository" : {
10
10
  "type": "git",
11
11
  "url": "https://github.com/jpush/jcore-react-native"