diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 3a15aaef..00ac1264 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -4,7 +4,7 @@ description: React Native Video Installation Guide and Requirements --- # Installation -React Native Video is a library that allows you to play various kind of videos in a React Native application. It is built on top of the [`react-native-nitro-modules`](https://nitro.margelo.com/docs/what-is-nitro) type-safe and extremely fast native modules framework. React Native Video supports both New Architecture and Old Architecture. +React Native Video is a library that allows you to play various kinds of video in a React Native application. It is built on top of the [`react-native-nitro-modules`](https://nitro.margelo.com/docs/what-is-nitro) framework, giving it type-safety and blazing fast communication across Native and JavaScript threads. React Native Video supports both the New Architecture and the Old Architecture. ## Requirements @@ -53,8 +53,8 @@ npx react-native run-android # run on Android ## Patch for react-native < 0.80 -`react-native` < 0.80 have bug that prevents to properly handle errors by nitro modules on Android. -We highly recommend to apply bellow patch for `react-native-nitro-modules` to fix this issue. +Versions of `react-native` < 0.80 have a bug that prevents them from properly handling errors thrown by nitro modules on Android. +If working with these versions of `react-native`, we highly recommend you apply the `react-native-nitro-modules` patch below, to fix this issue. You can apply it using `patch-package`. :::warning diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 12c2d5d7..b0d21c2f 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -7,7 +7,7 @@ description: Introduction to React Native Video library **One of the most popular video playback libraries for React Native applications.** -`react-native-video` provides a comprehensive solution for video playback in React Native, built on top of [`react-native-nitro-modules`](https://nitro.margelo.com/docs/what-is-nitro) framework. Whether you're building a video streaming app, media player, or educational platform, `react-native-video` gives you the tools you need to create exceptional video experiences. +`react-native-video` provides a comprehensive solution for video playback in React Native, built on top of the [`react-native-nitro-modules`](https://nitro.margelo.com/docs/what-is-nitro) framework. Whether you're building a video streaming app, media player, or educational platform, `react-native-video` gives you the tools you need to create exceptional video experiences. ## Why Choose `react-native-video`?