@100mslive/react-native-room-kit 1.0.4-beta.0 → 1.0.5-beta.0
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 +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,6 +22,12 @@ With support for HLS and RTMP Live Streaming and Recording, Picture-in-Picture (
|
|
|
22
22
|
|
|
23
23
|
📖 Read the Complete Documentation here: https://www.100ms.live/docs/react-native/v2/foundation/basics
|
|
24
24
|
|
|
25
|
+
| Package | Version |
|
|
26
|
+
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
|
27
|
+
| @100mslive/react-native-room-kit | [](https://www.npmjs.com/package/@100mslive/react-native-room-kit) |
|
|
28
|
+
| @100mslive/react-native-hms | [](https://www.npmjs.com/package/@100mslive/react-native-hms) |
|
|
29
|
+
|
|
30
|
+
|
|
25
31
|
## 🏃 Example App
|
|
26
32
|
|
|
27
33
|
📲 Download the Example iOS app here: https://testflight.apple.com/join/v4bSIPad
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@100mslive/react-native-room-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5-beta.0",
|
|
4
4
|
"description": "100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"typescript": "^5.0.2"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
|
-
"@100mslive/react-native-hms": "1.9.
|
|
82
|
+
"@100mslive/react-native-hms": "1.9.4-beta.0",
|
|
83
83
|
"@react-native-community/blur": "^4.3.2",
|
|
84
84
|
"@react-native-masked-view/masked-view": "^0.2.9",
|
|
85
85
|
"@shopify/flash-list": "^1.4.3",
|