Skip to content

Commit 879288d

Browse files
docs: add documentation stating that we do not support Web in React Native SDK (#1776)
* docs: add documentation stating that we do not suppoort Web in React Native SDK * fix: linting issues wit the getting started guide * Update docusaurus/docs/reactnative/basics/getting_started.mdx Co-authored-by: Steve Galili <[email protected]>
1 parent 4a43b15 commit 879288d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus/docs/reactnative/basics/getting_started.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ To be able to use the Stream Chat React Native SDK, a few dependencies must meet
100100
| 0.64 | 3.6.2 | 2.2.0 |
101101
| 0.63 | 3.0.0 | 2.2.0 |
102102

103+
#### Platform compatibilities
104+
105+
We only support **Android** and **iOS** as platforms for the React Native SDK. We do not support **Web** currently, but this is in our backlog, and we plan to take this up in the future.
106+
As an alternative, you can use Stream's [React SDK](https://getstream.io/chat/docs/sdk/react/) for Web. The React SDK follows the same API and Component convention and is very similar to the React Native SDK.
107+
103108
### Additional Steps
104109

105110
For some of the packages listed below, there are additional steps required to setup the package:

0 commit comments

Comments
 (0)