jcore-react-native 2.3.2 → 2.3.3

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.
@@ -16,7 +16,7 @@
16
16
  RCT_EXPORT_MODULE(JCoreModule);
17
17
 
18
18
  #pragma mark --- 设备信息采集授权接口(合规接口)
19
- RCT_EXPORT_METHOD(setAuth: (BOOL *)enable)
19
+ RCT_EXPORT_METHOD(setAuth: (BOOL )enable)
20
20
  {
21
21
  JgLog("JCollectionAuth %d",enable);
22
22
  __block BOOL isAuth= enable;
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.3.2",
8
+ "version" : "2.3.3",
9
9
  "repository" : {
10
10
  "type": "git",
11
11
  "url": "https://github.com/jpush/jcore-react-native"