@stream-io/video-react-native-sdk 0.0.1-alpha.220 → 0.0.1-alpha.222
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/CHANGELOG.md +13 -0
- package/README.md +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.222](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.221...@stream-io/video-react-native-sdk-0.0.1-alpha.222) (2023-06-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.221](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.220...@stream-io/video-react-native-sdk-0.0.1-alpha.221) (2023-06-27)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **react-native:** clarify that there is no support for calling from ios dialer app ([#719](https://github.com/GetStream/stream-video-js/issues/719)) ([e88a90b](https://github.com/GetStream/stream-video-js/commit/e88a90b2e87d1a7521d2c9550a90ffdd160b64f7))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
5
18
|
## [0.0.1-alpha.220](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.219...@stream-io/video-react-native-sdk-0.0.1-alpha.220) (2023-06-27)
|
|
6
19
|
|
|
7
20
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# Official React Native SDK for [Stream Video](https://getstream.io/video/docs/)
|
|
2
2
|
## 🚧 WARNING This package is not yet stable, it is for internal use only. For more information check out our video product page. 🚧
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
<img src="/.readme-assets/Github-Graphic-React.jpg" alt="Stream Video for Javascript Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
|
|
5
|
+
|
|
5
6
|
[](https://sonarcloud.io/summary/new_code?id=GetStream_stream-video-js)
|
|
6
7
|
[](https://github.com/GetStream/stream-video-js/releases)
|
|
7
8
|
[](https://github.com/GetStream/stream-video-js/actions/workflows/react-native-workflow.yml)
|
|
@@ -101,6 +102,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
101
102
|
### 0.2 milestone
|
|
102
103
|
- [ ] Livestream tutorial
|
|
103
104
|
- [ ] Audio Rooms tutorial
|
|
105
|
+
- [ ] Regular Push Notifcation
|
|
104
106
|
- [ ] Deeplink support for video call demo (Dogfooding already implemented)
|
|
105
107
|
- [ ] Speaking while muted
|
|
106
108
|
- [ ] Landscape support
|
package/package.json
CHANGED