We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b83caa + 6aad01f commit a11b5b0Copy full SHA for a11b5b0
1 file changed
docusaurus/docs/reactnative/basics/getting_started.mdx
@@ -86,12 +86,13 @@ npm install @react-native-community/cameraroll @react-native-community/netinfo @
86
87
For iOS on a Mac install the pods `npx pod-install ios`.
88
89
-#### Version compabilities
+#### Version compatibilities
90
91
To be able to use the Stream Chat React Native SDK, a few dependencies must meet the following version requirements:
92
93
| react-native | stream-chat-react-native (min required) | react-native-reanimated (min required) |
94
| ------------ | --------------------------------------- | -------------------------------------- |
95
+| 0.69 | 4.13.0 | 2.9.1 |
96
| 0.68 | 4.11.0 | 2.7.0 |
97
| 0.67 | 4.2.0 | 2.4.0 |
98
| 0.66 | 3.9.0 | 2.2.3 |
0 commit comments