1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 05:31:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

change repo name

This commit is contained in:
sunnylqm
2025-02-16 10:44:48 +08:00
parent 618a582e42
commit 39ea11a435
6 changed files with 30 additions and 637 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1242,7 +1242,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context (5.1.0):
- react-native-safe-area-context (5.2.0):
- DoubleConversion
- glog
- hermes-engine
@@ -1255,8 +1255,8 @@ PODS:
- React-featureflags
- React-graphics
- React-ImageManager
- react-native-safe-area-context/common (= 5.1.0)
- react-native-safe-area-context/fabric (= 5.1.0)
- react-native-safe-area-context/common (= 5.2.0)
- react-native-safe-area-context/fabric (= 5.2.0)
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
@@ -1265,7 +1265,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context/common (5.1.0):
- react-native-safe-area-context/common (5.2.0):
- DoubleConversion
- glog
- hermes-engine
@@ -1286,7 +1286,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context/fabric (5.1.0):
- react-native-safe-area-context/fabric (5.2.0):
- DoubleConversion
- glog
- hermes-engine
@@ -1646,7 +1646,7 @@ PODS:
- React-logger (= 0.76.6)
- React-perflogger (= 0.76.6)
- React-utils (= 0.76.6)
- ReactNativeCameraKit (14.1.0):
- ReactNativeCameraKit (14.2.0):
- DoubleConversion
- glog
- hermes-engine
@@ -1987,7 +1987,7 @@ SPEC CHECKSUMS:
React-logger: d42a53754a7252cc7a851315f0da2e46b450ea92
React-Mapbuffer: 89885d1518433a462fe64b68bf5e097997380090
React-microtasksnativemodule: 36341e09dcd1df535503e6ed2ddf88f10da56d52
react-native-safe-area-context: 0d8827b2420dfb4c8a8e27639585e61b912261be
react-native-safe-area-context: 5e53e2b0fc3a2994ad0c89a2486e545b6566d8c4
react-native-update: 4a39d6a9ae4393fbb165af238dc55b1b79e1b9da
React-nativeconfig: 539ff4de6ce3b694e8e751080568c281c84903ce
React-NativeModulesApple: 702246817c286d057e23fe4b1302019796e62521
@@ -2016,7 +2016,7 @@ SPEC CHECKSUMS:
React-utils: 1b14c41c3edf4d96db1247a78e0ad96e7ceea011
ReactCodegen: 0a0eef9c8cd84c932ae1868832086c6441811e84
ReactCommon: 3c1c8c6d777103c0e60e37c6c5f08e828e2a77c9
ReactNativeCameraKit: d4d3b606063d42d34091d53de6193ed4b330bb0c
ReactNativeCameraKit: 32b81683fe511833e266d428be942fafc43bea1c
RNSVG: c50d29abf38abbf48ebfc50b6258f81099aeabae
RNVectorIcons: a24016b773380b1aa37fca501ec6b94a951890a0
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

View File

@@ -14,14 +14,14 @@
"dev:harmony": "react-native bundle-harmony --dev"
},
"dependencies": {
"form-data": "^4.0.1",
"form-data": "^4.0.2",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-camera-kit": "^14.1.0",
"react-native-camera-kit": "^14.2.0",
"react-native-paper": "^5.13.1",
"react-native-safe-area-context": "^5.1.0",
"react-native-safe-area-context": "^5.2.0",
"react-native-svg": "^15.11.1",
"react-native-update": "^10.23.0",
"react-native-vector-icons": "^10.2.0"

View File

@@ -22,7 +22,7 @@
### 本地开发
```
$ git clone git@github.com:reactnativecn/react-native-pushy.git
$ git clone git@github.com:reactnativecn/react-native-update.git
$ cd react-native-pushy/Example/testHotUpdate
$ yarn
$ yarn start
@@ -34,4 +34,4 @@ $ yarn start
本组件由[React Native 中文网](https://reactnative.cn/)独家发布,如有定制需求可以[联系我们](https://reactnative.cn/about.html#content)。
关于此插件发现任何问题,可以前往[Issues](https://github.com/reactnativecn/react-native-pushy/issues)发帖提问。
关于此插件发现任何问题,可以前往[Issues](https://github.com/reactnativecn/react-native-update/issues)发帖提问。

View File

@@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
"url": "git+https://github.com/reactnativecn/react-native-update.git"
},
"keywords": [
"react-native",
@@ -37,13 +37,13 @@
"author": "reactnativecn",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
"url": "https://github.com/reactnativecn/react-native-update/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59.0"
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
"homepage": "https://github.com/reactnativecn/react-native-update#readme",
"dependencies": {
"nanoid": "^3.3.3",
"react-native-url-polyfill": "^2.0.0"

View File

@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.6.0'
s.platform = :ios, "8.0"
s.platforms = { :ios => "11.0" }
s.source = { :git => 'https://github.com/reactnativecn/react-native-pushy.git', :tag => '#{s.version}' }
s.source = { :git => 'https://github.com/reactnativecn/react-native-update.git', :tag => '#{s.version}' }
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.libraries = 'bz2', 'z'
s.vendored_libraries = 'RCTPushy/libRCTPushy.a'