Skip to content

Commit c516314

Browse files
Added stream-chat version compatibility
1 parent 08021aa commit c516314

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ Currently we are working on publishing v3.0.0. Its in beta phase (`v3.0.0-beta.2
5050

5151
To use this library you need to ensure you match up with the correct version of React Native you are using.
5252

53-
| `stream-chat-react-native` version | Required React Native Version |
54-
| ----------------------------------------- | --------- |
55-
| `3.x.x` (beta) | `>= 0.60` |
56-
| `2.x.x` | `>= 0.60` |
57-
| `1.x.x` | `>= 0.59` |
58-
| `0.x.x` | `*` |
53+
| `stream-chat-react-native` version | React Native Version | `stream-chat` Version |
54+
| ---------------------------------- | --------------------- | --------------------- |
55+
| `3.x.x` (beta) | `>= 0.60` | `>= 3.0.0` |
56+
| `2.x.x` | `>= 0.60` | `< 3.0.0` |
57+
| `1.x.x` | `>= 0.59` | `< 3.0.0` |
58+
| `0.x.x` | `*` | `< 3.0.0` |
5959

6060
## 📖 React Native Chat Tutorial
6161

0 commit comments

Comments
 (0)