@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 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
- // TODO - image for the SDK
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
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-video-js&metric=alert_status&token=fdc1439303911957da9c7ff2ce505f94c3c14d36)](https://sonarcloud.io/summary/new_code?id=GetStream_stream-video-js)
6
7
  [![SDK Releases](https://img.shields.io/github/v/release/GetStream/stream-video-js)](https://github.com/GetStream/stream-video-js/releases)
7
8
  [![SDK Sample App CI](https://github.com/GetStream/stream-video-js/workflows/React%20Native%20Dogfood%20Release/badge.svg)](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
@@ -85,5 +85,5 @@
85
85
  "typedoc-plugin-markdown": "^3.15.3",
86
86
  "typescript": "^4.9.5"
87
87
  },
88
- "version": "0.0.1-alpha.220"
88
+ "version": "0.0.1-alpha.222"
89
89
  }