From 714239e39c6edbf2db90513b72037f1f1351caa6 Mon Sep 17 00:00:00 2001 From: Khushal Agarwal Date: Thu, 4 Jul 2024 19:25:04 +0530 Subject: [PATCH] docs: add migration guide for v5 to v6 --- .../docs/reactnative/basics/migrating-from-5.x-to-6.x.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus/docs/reactnative/basics/migrating-from-5.x-to-6.x.mdx b/docusaurus/docs/reactnative/basics/migrating-from-5.x-to-6.x.mdx index 88091edb46..c943a256de 100644 --- a/docusaurus/docs/reactnative/basics/migrating-from-5.x-to-6.x.mdx +++ b/docusaurus/docs/reactnative/basics/migrating-from-5.x-to-6.x.mdx @@ -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: