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
Copy file name to clipboardExpand all lines: docusaurus/docs/reactnative/basics/getting_started.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Stream Chat has a number of peer dependencies that are required to take advantag
47
47
It is suggested you follow the install instructions for each package to ensure it is properly setup.
48
48
Most if not all of the required packages now support auto-linking so setup should be minimal. Those with known [additional steps](#additional-steps) have been noted.
Copy file name to clipboardExpand all lines: docusaurus/docs/reactnative/basics/upgrade_helper.mdx
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,6 @@ title: Upgrading from V4
6
6
importTabsfrom'@theme/Tabs';
7
7
importTabItemfrom'@theme/TabItem';
8
8
9
-
## Update Camera Roll dependency
10
-
11
-
Replace the `@react-native-community/cameraroll` with `@stream-io/react-native-cameraroll`. We had to roll out our fork as `@react-native-community/cameraroll` is no longer accepting pull requests for important fixes like Android 11 compatibility.
12
-
13
-
```bash
14
-
# Remove existing cameraroll dependency
15
-
yarn remove @react-native-community/cameraroll
16
-
17
-
# Add stream-io's fork for cameraroll dependency.
18
-
yarn add @stream-io/react-native-cameraroll
19
-
```
20
-
21
9
## Prop or Context Changes
22
10
23
11
Following values in [`ImageGalleryContext`](https://getstream.io/chat/docs/sdk/reactnative/v5/contexts/image-gallery-context/#value) have been renamed
@@ -49,7 +37,7 @@ To enable offline support please follow the given steps:
49
37
50
38
-**Upgrade stream-chat dependency (optional)**
51
39
52
-
If you have installed `stream-chat` dependency explicitely on your application, then upgrade it to v7
40
+
If you have installed `stream-chat` dependency explicitly on your application, then upgrade it to v7
0 commit comments