stream-chat-react-native 3.9.0-next.4 → 3.9.0-next.8
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 +0 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,18 +31,6 @@
|
|
|
31
31
|
- [Keep in mind](#-keep-in-mind)
|
|
32
32
|
- [Contributing](#-contributing)
|
|
33
33
|
|
|
34
|
-
## 🔐 React Native Compatibility
|
|
35
|
-
|
|
36
|
-
To use this library you need to ensure you match up with the correct version of React Native you are using.
|
|
37
|
-
|
|
38
|
-
| `stream-chat-react-native` version | React Native Version | `stream-chat` Version |
|
|
39
|
-
| ---------------------------------- | --------------------- | --------------------- |
|
|
40
|
-
| `3.2.0` | `>= 0.60` | `>= 3.5.1` |
|
|
41
|
-
| `3.0.0` | `>= 0.60` | `>= 3.0.0` |
|
|
42
|
-
| `2.x.x` | `>= 0.60` | `< 3.0.0` |
|
|
43
|
-
| `1.x.x` | `>= 0.59` | `< 3.0.0` |
|
|
44
|
-
| `0.x.x` | `*` | `< 3.0.0` |
|
|
45
|
-
|
|
46
34
|
## 📖 React Native Chat Tutorial
|
|
47
35
|
|
|
48
36
|
The best place to start is the [React Native Chat Tutorial](https://github.com/GetStream/stream-chat-react-native/wiki/Tutorial-v3.0). It teaches you how to use this SDK and also shows how to make frequently required changes.
|
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": "3.9.0-next.
|
|
4
|
+
"version": "3.9.0-next.8",
|
|
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": "3.9.0-next.
|
|
14
|
+
"stream-chat-react-native-core": "3.9.0-next.8"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@react-native-community/blur": ">=3.6.0",
|