From f4437341783dd38bcd7ab0fa9ffc1556afa7e1fa Mon Sep 17 00:00:00 2001 From: Matvei Andrienko Date: Wed, 2 Oct 2024 14:59:15 +0200 Subject: [PATCH] fix: docs typo --- .../docs/reactnative/01-setup/02-installation/02-expo.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/02-installation/02-expo.mdx b/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/02-installation/02-expo.mdx index 2e6717766b..4c1c18cde6 100644 --- a/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/02-installation/02-expo.mdx +++ b/packages/react-native-sdk/docusaurus/docs/reactnative/01-setup/02-installation/02-expo.mdx @@ -28,7 +28,7 @@ So what did we install precisely? - `@stream-io/video-react-native-sdk` (SVRN) is Stream's Video SDK which contains UI components, hooks and util functions that will enable audio/video calls. - `@stream-io/react-native-webrtc` is a WebRTC module for React Native, SVRN depends on this dependency, it's components and utilities to render audio/video tracks and interact with the phone's media devices. -- `@config-plugins/react-native-webrtc` Config plugin to auto-configure `@stream-io/react-native-webrtc` when the native code is generated (`npx expo prebuild`). +- `@config-plugins/react-native-webrtc` config plugin to auto-configure `@stream-io/react-native-webrtc` when the native code is generated (`npx expo prebuild`). - `react-native-incall-manager` handles media-routes/sensors/events during an audio/video call. - `react-native-svg` provides SVG support to React Native, SVRN's components and it's icons are reliant on this dependency. - `@react-native-community/netinfo` - is used to detect the device's connectivity state, type and quality.