Skip to content

Commit

Permalink
docs: add migration guide for v5 to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jul 4, 2024
1 parent 7eda89f commit 714239e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ id: upgrading-from-v5
title: Migration from 5.x to 6.x
---

:::note
v6.0 is supported on React native version **0.72** onwards.
:::

## Changes

The following are the crucial changes of the Stream Chat React Native SDK from version 5.x to 6.x:

:::tip
The changes are relevant from React Native version **0.72.0** onwards.
:::

### Change `react-native-fs` to `react-native-blob-util`

The `react-native-fs` package has been replaced to `react-native-blob-util` in favour of the former not being actively maintained. You can replace it by running the following commands:
Expand Down

0 comments on commit 714239e

Please sign in to comment.