Skip to content

Commit 45c3731

Browse files
committed
更新demo
1 parent a0ddaf2 commit 45c3731

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ PODS:
77
- hermes-engine (0.74.1):
88
- hermes-engine/Pre-built (= 0.74.1)
99
- hermes-engine/Pre-built (0.74.1)
10-
- JCore (2.2.2):
10+
- JCoreRN (2.2.8):
1111
- React
12-
- JPushRN (3.1.4):
12+
- JPushRN (3.1.5):
1313
- React
1414
- RCT-Folly (2024.01.01.00):
1515
- boost
@@ -1178,7 +1178,7 @@ DEPENDENCIES:
11781178
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
11791179
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
11801180
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1181-
- JCore (from `../node_modules/jcore-react-native`)
1181+
- JCoreRN (from `../node_modules/jcore-react-native`)
11821182
- JPushRN (from `../node_modules/jpush-react-native`)
11831183
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
11841184
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
@@ -1249,7 +1249,7 @@ EXTERNAL SOURCES:
12491249
hermes-engine:
12501250
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
12511251
:tag: hermes-2024-04-25-RNv0.74.1-b54a3a01c531f4f5f1904cb0770033e8b7153dff
1252-
JCore:
1252+
JCoreRN:
12531253
:path: "../node_modules/jcore-react-native"
12541254
JPushRN:
12551255
:path: "../node_modules/jpush-react-native"
@@ -1357,8 +1357,8 @@ SPEC CHECKSUMS:
13571357
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
13581358
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
13591359
hermes-engine: 16b8530de1b383cdada1476cf52d1b52f0692cbc
1360-
JCore: 60e02f4aa200c92aab48a6eb0775717b267495d5
1361-
JPushRN: 4242c21eb2c191f784111c93562c587b4b5fc57d
1360+
JCoreRN: 0dbe7981735de54c772a2f3ea275c53421649981
1361+
JPushRN: e4b15bc4e339d2bf947930d4505546a207d0e766
13621362
RCT-Folly: 5dc73daec3476616d19e8a53f0156176f7b55461
13631363
RCTDeprecation: efb313d8126259e9294dc4ee0002f44a6f676aba
13641364
RCTRequired: f49ea29cece52aee20db633ae7edc4b271435562

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"jcore-react-native": "^2.2.2",
13+
"jcore-react-native": "^2.2.8",
1414
"jpush-react-native": "^3.1.5",
1515
"react": "18.2.0",
1616
"react-native": "0.74.1"

0 commit comments

Comments
 (0)