diff --git a/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/01-introduction.mdx b/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/01-introduction.mdx index 79b5def094..964947e78e 100644 --- a/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/01-introduction.mdx +++ b/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/01-introduction.mdx @@ -8,11 +8,11 @@ Welcome to the Stream Video React Native SDK - a comprehensive toolkit designed Our React Native SDK comes with user-friendly UI components, easy-to-use React hooks, and context providers/wrappers, making your development process seamless. Moreover, all calls are routed through Stream's global edge network, ensuring lower latency and higher reliability due to proximity to end users. -If you're new to Stream React Native Video SDK, we recommend starting with the following three tutorials, depending upon your requirements: +If you're new to Stream React Native Video SDK, we recommend starting with the following three tutorials, depending on your requirements: - [Video & Audio Calling Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/video-calling/) -- [Audio Room Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/livestreaming/) -- [Livestream Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/audio-room/) +- [Audio Room Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/audio-room/) +- [Livestream Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/livestreaming/) After the tutorials, the documentation explains how to use: @@ -23,7 +23,7 @@ After the tutorials, the documentation explains how to use: It also explains advanced features such as: - [Ringing/Calls](./core/joining-and-creating-calls/) -- [Requesting & Granting permissions](./ui-cookbook/permission-requests/) +- [Requesting and Granting permissions](./ui-cookbook/permission-requests/) - [Participants Layout Switching](./ui-cookbook/runtime-layout-switching/) - Friendly support for [Push notifications](./advanced/push-notifications/setup), [deep linking](./advanced/deeplinking/) and Reconnection of calls.