tirtc-react-native 2.5.0 → 2.5.2
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/README.md +4 -4
- package/TiRtcReactNative.podspec +1 -1
- package/lib/module/build_identity.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
npm install tirtc-react-native
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
The package ships ESM JavaScript, TypeScript declarations, Codegen specs, Android native wrapper code and iOS native wrapper code. RTC and CloudStorage use the same native Runtime delivery but keep separate initialization and resource lifecycles. The package requires React Native `>=0.80.0`, Android `com.tange.ai:tirtc:2.5.0`, and iOS `TiRTC` `2.5.
|
|
9
|
+
The package ships ESM JavaScript, TypeScript declarations, Codegen specs, Android native wrapper code and iOS native wrapper code. RTC and CloudStorage use the same native Runtime delivery but keep separate initialization and resource lifecycles. The package requires React Native `>=0.80.0`, Android `com.tange.ai:tirtc:2.5.0`, and iOS `TiRTC` `2.5.2` with iOS minimum `15.1`.
|
|
10
10
|
|
|
11
11
|
The iOS package supports arm64 devices and Apple Silicon iOS Simulator. Simulator validation covers build, launch, connection, downlink audio, and downlink video; capture and iOS behavioral qualification remain real-device gates.
|
|
12
12
|
|
|
13
|
-
Version `2.5.
|
|
13
|
+
Version `2.5.2` uses the TiRTC 2.5.2 Darwin SDK for iOS and retains the TiRTC 2.5.0 Android SDK.
|
|
14
14
|
|
|
15
15
|
## Imports
|
|
16
16
|
|
|
@@ -139,7 +139,7 @@ Constructors create native owner identities, so outputs and inputs can attach to
|
|
|
139
139
|
|
|
140
140
|
## Release
|
|
141
141
|
|
|
142
|
-
Version `2.5.
|
|
142
|
+
Version `2.5.2` is the current stable React Native release for TiRTC and Ti Cloud Storage. It supports React Native New Architecture apps on Android and iOS and pins Android `com.tange.ai:tirtc:2.5.0` and iOS `TiRTC` `2.5.2`.
|
|
143
143
|
|
|
144
144
|
## License
|
|
145
145
|
|
|
@@ -161,7 +161,7 @@ The external application sample is published under `react-native/` in
|
|
|
161
161
|
`tirtc-api-samples`. The owner-local projection and recovery entry is:
|
|
162
162
|
|
|
163
163
|
```sh
|
|
164
|
-
./scripts/publish_api_samples.sh --version 2.5.
|
|
164
|
+
./scripts/publish_api_samples.sh --version 2.5.2
|
|
165
165
|
```
|
|
166
166
|
|
|
167
167
|
Use `--no-push` for a complete local projection/build rehearsal without writing
|
package/TiRtcReactNative.podspec
CHANGED
|
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
|
|
|
13
13
|
s.source = { :git => 'https://gitlab.tange-ai.com/tirtc-nexus/tirtc.git', :tag => s.version.to_s }
|
|
14
14
|
s.source_files = 'ios/**/*.{h,m,mm,swift}'
|
|
15
15
|
s.dependency 'React-Core'
|
|
16
|
-
s.dependency 'TiRTC', '2.5.
|
|
16
|
+
s.dependency 'TiRTC', '2.5.2'
|
|
17
17
|
|
|
18
18
|
if respond_to?(:install_modules_dependencies, true)
|
|
19
19
|
install_modules_dependencies(s)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const buildIdentity = {"releaseVersion":"2.5.
|
|
1
|
+
export const buildIdentity = {"releaseVersion":"2.5.2","buildTimeUtc":"2026-09-23T16:27:57Z","sourceRevision":"e24c1834b8d2ce7ca2a77561a1511d3208750c72","sourceDirty":0};
|