stream-chat-react-native 4.7.1 → 4.7.3-beta.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -61,7 +61,7 @@ Besides, our team maintains a dedicated repository for fully-fledged sample appl
61
61
 
62
62
  2. Minor releases may come with some breaking changes, so always check the release notes before upgrading the minor version.
63
63
 
64
- You can see detailed documentation about the components at <https://getstream.github.io/stream-chat-react-native>
64
+ You can see detailed documentation about the components at <https://getstream.io/chat/docs/sdk/reactnative/>
65
65
 
66
66
  ## 👏 Contributing
67
67
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native",
3
3
  "description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4
- "version": "4.7.1",
4
+ "version": "4.7.3-beta.1",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -11,7 +11,7 @@
11
11
  "types": "types/index.d.ts",
12
12
  "dependencies": {
13
13
  "es6-symbol": "^3.1.3",
14
- "stream-chat-react-native-core": "4.7.1"
14
+ "stream-chat-react-native-core": "4.7.3-beta.1"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@react-native-community/cameraroll": ">=4.0.1",
@@ -25,9 +25,6 @@
25
25
  "react-native-image-resizer": ">=1.4.2",
26
26
  "react-native-share": ">=4.1.0"
27
27
  },
28
- "optionalDependencies": {
29
- "react-native-video": "^5.2.0"
30
- },
31
28
  "scripts": {
32
29
  "prepack": " cp ../../README.md .",
33
30
  "postpack": "rm README.md"