jcore-react-native 1.9.8 → 2.0.1

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.
package/JCore.podspec CHANGED
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.source_files = 'ios/RCTJCoreModule/*.{h,m}'
17
17
  s.preserve_paths = "**/*.js"
18
18
  s.vendored_libraries = "ios/RCTJCoreModule/*.a"
19
-
19
+ s.libraries = 'z','resolv', 'sqlite3', 'c++.1'
20
20
  s.dependency 'React'
21
21
  end
@@ -72,7 +72,7 @@ PODS:
72
72
  - FlipperKit/FlipperKitNetworkPlugin
73
73
  - fmt (6.2.1)
74
74
  - glog (0.3.5)
75
- - JCore (1.9.7):
75
+ - JCore (2.0.0):
76
76
  - React
77
77
  - libevent (2.1.12)
78
78
  - OpenSSL-Universal (1.1.180)
@@ -498,7 +498,7 @@ SPEC CHECKSUMS:
498
498
  FlipperKit: d8d346844eca5d9120c17d441a2f38596e8ed2b9
499
499
  fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
500
500
  glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
501
- JCore: 684826f0364c055b4d965cb09c4bc9d57a215741
501
+ JCore: 429552b5755e9047258a6fcef4deb217e018fc7f
502
502
  libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
503
503
  OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
504
504
  RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
@@ -10,7 +10,7 @@
10
10
  "lint": "eslint ."
11
11
  },
12
12
  "dependencies": {
13
- "jcore-react-native": "^1.9.7",
13
+ "jcore-react-native": "^2.0.1",
14
14
  "react": "17.0.2",
15
15
  "react-native": "0.67.4"
16
16
  },
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author" : "wicked.tc130",
6
6
  "license" : "ISC",
7
7
  "main" : "index.js",
8
- "version" : "1.9.8",
8
+ "version" : "2.0.1",
9
9
  "repository" : {
10
10
  "type": "git",
11
11
  "url": "https://github.com/jpush/jcore-react-native"
@@ -14,5 +14,8 @@
14
14
  "react-native",
15
15
  "jiguang",
16
16
  "JCore"
17
- ]
17
+ ],
18
+ "peerDependencies": {
19
+ "react-native": ">= 0.60"
20
+ }
18
21
  }