You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have installed `stream-chat` dependency explicitly on your application, then please make sure to upgrade it to v7 or higher.
33
+
If you have installed `stream-chat` dependency explicitly on your application, then please make sure you remove it.
34
+
Our Chat SDK (`stream-chat-react-native`) has `stream-chat` as a dependency (not peer dependency).
35
+
Therefore, having `stream-chat` in your app's package.json is discouraged and will probably cause random issues that will disturb the chat functionalities.
If you have installed `stream-chat` dependency explicitly on your application, then please make sure you remove it.
25
+
Our Chat SDK (`stream-chat-react-native`) has `stream-chat` as a dependency (not peer dependency).
26
+
Therefore, having `stream-chat` in your app's package.json is discouraged and will probably cause random issues that will disturb the chat functionalities.
27
+
28
+
```bash
29
+
yarn remove stream-chat
30
+
```
27
31
28
32
- Replace [`@react-native-community/cameraroll`](https://github.com/react-native-cameraroll/react-native-cameraroll) dependency with [`@react-native-camera-roll/camera-roll`](https://www.npmjs.com/package/@react-native-camera-roll/camera-roll):
0 commit comments