Skip to content

Commit

Permalink
docs: link react native setup docs in readme for RN sdk (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede authored Sep 1, 2023
1 parent 7cab3b6 commit 2679b55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/react-native-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Projects are broken up into directories containing the source code for each proj
The React Native SDK is a part of the Stream Video JS monorepo.
The monorepo consists of multiple folders, the most important of which are `packages` and `sample-apps`.
- The `packages` folder contains the packages each of which is a separate npm package. The React Native SDK is one of the packages alongside:
- Our shared JS Call Engine (`client`).
- [Our shared JS Call Engine](https://github.com/GetStream/stream-video-js/tree/main/packages/client) (`client`).
- [React Bindings](../react-bindings) (`react-bindings`).
- [React SDK](../react-sdk#official-react-sdk-for-stream-video) (`react-sdk`).

Expand All @@ -72,10 +72,8 @@ React Native's most relevant sample app is the `dogfooding` app which is a compl


## **Requirements** 🛠
Before running this project please ensure you have set up your development environment for React Native.
Before running this project please ensure you have set up your [development environment for React Native](https://reactnative.dev/docs/environment-setup).
The Stream Video React Native SDK supports apps created with the React Native CLI.
Apps created with Expo are currently not officially supported.


## **Contributing** 🤝
- How can I submit a sample app?
Expand Down

0 comments on commit 2679b55

Please sign in to comment.