@@ -60,6 +60,7 @@ Most if not all of the required packages now support auto-linking so setup shoul
6060- [ ` react-native-safe-area-context ` ] ( https://github.com/th3rdwave/react-native-safe-area-context )
6161- [ ` react-native-share ` ] ( https://github.com/react-native-share/react-native-share )
6262- [ ` react-native-svg ` ] ( https://github.com/react-native-svg/react-native-svg )
63+ - [ ` react-native-video ` ] ( https://github.com/react-native-video/react-native-video )
6364
6465<Tabs
6566 defaultValue = ' yarn'
@@ -71,14 +72,14 @@ Most if not all of the required packages now support auto-linking so setup shoul
7172<TabItem value = ' yarn' >
7273
7374``` bash
74- yarn add @react-native-community/cameraroll @react-native-community/netinfo @stream-io/flat-list-mvcp react-native-document-picker react-native-fs react-native-gesture-handler react-native-haptic-feedback react-native-haptic-feedback react-native-image-crop-picker react-native-image-resizer react-native-reanimated react-native-safe-area-context react-native-share react-native-svg
75+ yarn add @react-native-community/cameraroll @react-native-community/netinfo @stream-io/flat-list-mvcp react-native-document-picker react-native-fs react-native-gesture-handler react-native-haptic-feedback react-native-haptic-feedback react-native-image-crop-picker react-native-image-resizer react-native-reanimated react-native-safe-area-context react-native-share react-native-svg react-native-video
7576```
7677
7778</TabItem >
7879<TabItem value = ' npm' >
7980
8081``` bash
81- npm install @react-native-community/cameraroll @react-native-community/netinfo @stream-io/flat-list-mvcp react-native-document-picker react-native-fs react-native-gesture-handler react-native-haptic-feedback react-native-haptic-feedback react-native-image-crop-picker react-native-image-resizer react-native-reanimated react-native-safe-area-context react-native-share react-native-svg
82+ npm install @react-native-community/cameraroll @react-native-community/netinfo @stream-io/flat-list-mvcp react-native-document-picker react-native-fs react-native-gesture-handler react-native-haptic-feedback react-native-haptic-feedback react-native-image-crop-picker react-native-image-resizer react-native-reanimated react-native-safe-area-context react-native-share react-native-svg react-native-video
8283```
8384
8485</TabItem >
@@ -150,6 +151,7 @@ For some of the packages listed below, there are additional steps required to se
150151- ` react-native ` - [ additional installation steps] ( https://reactnative.dev/docs/image#gif-and-webp-support-on-android )
151152- ` react-native-image-crop-picker ` - [ additional installation steps] ( https://github.com/ivpusic/react-native-image-crop-picker#step-3 )
152153- ` react-native-cameraroll ` - [ additional installation steps] ( https://github.com/react-native-cameraroll/react-native-cameraroll#permissions )
154+ - ` react-native-video ` - [ additional installation steps] ( https://github.com/react-native-video/react-native-video/blob/master/API.md#installation )
153155
154156:::note
155157
@@ -174,5 +176,5 @@ Stream Chat for React Native is set up for parity on Expo, expo requires a diffe
174176
175177```bash
176178expo install stream-chat-expo
177- expo install @react-native-community/netinfo expo-document-picker expo-file-system expo-haptics expo-image-manipulator expo-image-picker expo-media-library expo-sharing react-native-gesture-handler react-native-reanimated react-native-safe-area-context react-native-svg
179+ expo install @react-native-community/netinfo expo-document-picker expo-file-system expo-haptics expo-image-manipulator expo-image-picker expo-media-library expo-sharing react-native-gesture-handler react-native-reanimated react-native-safe-area-context react-native-svg expo-av
178180```
0 commit comments