GetStream / stream-chat-react-native

💬 React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
https://getstream.io/chat/sdk/react-native/
Other
981 stars 325 forks source link

New Architecture of RN 0.76.3 not supported? #2812

Open billnbell3 opened 5 days ago

billnbell3 commented 5 days ago

In RN 0.76.3 this module is not listed as supported.

https://reactnative.directory

Please verify you support the latest React Native.

khushal87 commented 5 days ago

Hey @billnbell3, we are new architecture ready with v6 that is in rc phase right now. You can choose to test it out by running the command:

yarn add stream-chat-react-native@rc

The new version contains a lot of exciting changes, most notable of which are:

You can find the full extent of the changes (and a migration guide) here: https://getstream.io/chat/docs/sdk/react-native/v6-rc/basics/upgrading-from-v5/, as well as a new architecture migration guide found here: https://getstream.io/chat/docs/sdk/react-native/v6-rc/guides/new-architecture/.

However, there are some quirks on the SDK with new architecture, so you can keep them in mind - https://getstream.io/chat/docs/sdk/react-native/v6-rc/guides/new-architecture/.

The stable v6 release should be out very soon.