Skip to content

Commit 39ea11a

Browse files
committed
change repo name
1 parent 618a582 commit 39ea11a

File tree

6 files changed

+30
-637
lines changed

6 files changed

+30
-637
lines changed

Example/testHotUpdate/bun.lock

Lines changed: 13 additions & 620 deletions
Large diffs are not rendered by default.

Example/testHotUpdate/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ PODS:
12421242
- ReactCommon/turbomodule/bridging
12431243
- ReactCommon/turbomodule/core
12441244
- Yoga
1245-
- react-native-safe-area-context (5.1.0):
1245+
- react-native-safe-area-context (5.2.0):
12461246
- DoubleConversion
12471247
- glog
12481248
- hermes-engine
@@ -1255,8 +1255,8 @@ PODS:
12551255
- React-featureflags
12561256
- React-graphics
12571257
- React-ImageManager
1258-
- react-native-safe-area-context/common (= 5.1.0)
1259-
- react-native-safe-area-context/fabric (= 5.1.0)
1258+
- react-native-safe-area-context/common (= 5.2.0)
1259+
- react-native-safe-area-context/fabric (= 5.2.0)
12601260
- React-NativeModulesApple
12611261
- React-RCTFabric
12621262
- React-rendererdebug
@@ -1265,7 +1265,7 @@ PODS:
12651265
- ReactCommon/turbomodule/bridging
12661266
- ReactCommon/turbomodule/core
12671267
- Yoga
1268-
- react-native-safe-area-context/common (5.1.0):
1268+
- react-native-safe-area-context/common (5.2.0):
12691269
- DoubleConversion
12701270
- glog
12711271
- hermes-engine
@@ -1286,7 +1286,7 @@ PODS:
12861286
- ReactCommon/turbomodule/bridging
12871287
- ReactCommon/turbomodule/core
12881288
- Yoga
1289-
- react-native-safe-area-context/fabric (5.1.0):
1289+
- react-native-safe-area-context/fabric (5.2.0):
12901290
- DoubleConversion
12911291
- glog
12921292
- hermes-engine
@@ -1646,7 +1646,7 @@ PODS:
16461646
- React-logger (= 0.76.6)
16471647
- React-perflogger (= 0.76.6)
16481648
- React-utils (= 0.76.6)
1649-
- ReactNativeCameraKit (14.1.0):
1649+
- ReactNativeCameraKit (14.2.0):
16501650
- DoubleConversion
16511651
- glog
16521652
- hermes-engine
@@ -1987,7 +1987,7 @@ SPEC CHECKSUMS:
19871987
React-logger: d42a53754a7252cc7a851315f0da2e46b450ea92
19881988
React-Mapbuffer: 89885d1518433a462fe64b68bf5e097997380090
19891989
React-microtasksnativemodule: 36341e09dcd1df535503e6ed2ddf88f10da56d52
1990-
react-native-safe-area-context: 0d8827b2420dfb4c8a8e27639585e61b912261be
1990+
react-native-safe-area-context: 5e53e2b0fc3a2994ad0c89a2486e545b6566d8c4
19911991
react-native-update: 4a39d6a9ae4393fbb165af238dc55b1b79e1b9da
19921992
React-nativeconfig: 539ff4de6ce3b694e8e751080568c281c84903ce
19931993
React-NativeModulesApple: 702246817c286d057e23fe4b1302019796e62521
@@ -2016,7 +2016,7 @@ SPEC CHECKSUMS:
20162016
React-utils: 1b14c41c3edf4d96db1247a78e0ad96e7ceea011
20172017
ReactCodegen: 0a0eef9c8cd84c932ae1868832086c6441811e84
20182018
ReactCommon: 3c1c8c6d777103c0e60e37c6c5f08e828e2a77c9
2019-
ReactNativeCameraKit: d4d3b606063d42d34091d53de6193ed4b330bb0c
2019+
ReactNativeCameraKit: 32b81683fe511833e266d428be942fafc43bea1c
20202020
RNSVG: c50d29abf38abbf48ebfc50b6258f81099aeabae
20212021
RNVectorIcons: a24016b773380b1aa37fca501ec6b94a951890a0
20222022
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

Example/testHotUpdate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"dev:harmony": "react-native bundle-harmony --dev"
1515
},
1616
"dependencies": {
17-
"form-data": "^4.0.1",
17+
"form-data": "^4.0.2",
1818
"patch-package": "^8.0.0",
1919
"postinstall-postinstall": "^2.1.0",
2020
"react": "18.3.1",
2121
"react-native": "0.76.6",
22-
"react-native-camera-kit": "^14.1.0",
22+
"react-native-camera-kit": "^14.2.0",
2323
"react-native-paper": "^5.13.1",
24-
"react-native-safe-area-context": "^5.1.0",
24+
"react-native-safe-area-context": "^5.2.0",
2525
"react-native-svg": "^15.11.1",
2626
"react-native-update": "^10.23.0",
2727
"react-native-vector-icons": "^10.2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
### 本地开发
2323

2424
```
25-
$ git clone [email protected]:reactnativecn/react-native-pushy.git
25+
$ git clone [email protected]:reactnativecn/react-native-update.git
2626
$ cd react-native-pushy/Example/testHotUpdate
2727
$ yarn
2828
$ yarn start
@@ -34,4 +34,4 @@ $ yarn start
3434

3535
本组件由[React Native 中文网](https://reactnative.cn/)独家发布,如有定制需求可以[联系我们](https://reactnative.cn/about.html#content)
3636

37-
关于此插件发现任何问题,可以前往[Issues](https://github.com/reactnativecn/react-native-pushy/issues)发帖提问。
37+
关于此插件发现任何问题,可以前往[Issues](https://github.com/reactnativecn/react-native-update/issues)发帖提问。

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
29+
"url": "git+https://github.com/reactnativecn/react-native-update.git"
3030
},
3131
"keywords": [
3232
"react-native",
@@ -37,13 +37,13 @@
3737
"author": "reactnativecn",
3838
"license": "MIT",
3939
"bugs": {
40-
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
40+
"url": "https://github.com/reactnativecn/react-native-update/issues"
4141
},
4242
"peerDependencies": {
4343
"react": ">=16.8.0",
4444
"react-native": ">=0.59.0"
4545
},
46-
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
46+
"homepage": "https://github.com/reactnativecn/react-native-update#readme",
4747
"dependencies": {
4848
"nanoid": "^3.3.3",
4949
"react-native-url-polyfill": "^2.0.0"

react-native-update.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.cocoapods_version = '>= 1.6.0'
1919
s.platform = :ios, "8.0"
2020
s.platforms = { :ios => "11.0" }
21-
s.source = { :git => 'https://github.com/reactnativecn/react-native-pushy.git', :tag => '#{s.version}' }
21+
s.source = { :git => 'https://github.com/reactnativecn/react-native-update.git', :tag => '#{s.version}' }
2222
s.source_files = "ios/**/*.{h,m,mm,swift}"
2323
s.libraries = 'bz2', 'z'
2424
s.vendored_libraries = 'RCTPushy/libRCTPushy.a'

0 commit comments

Comments
 (0)