Skip to content

Commit e3813d0

Browse files
docs: fix minor issues in v7 intro.md, installation.md documentation (#4741)
1 parent 01395f2 commit e3813d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: React Native Video Installation Guide and Requirements
44
---
55
# Installation
66

7-
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.
7+
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.
88

99
## Requirements
1010

@@ -53,8 +53,8 @@ npx react-native run-android # run on Android
5353

5454
## Patch for react-native < 0.80
5555

56-
`react-native` < 0.80 have bug that prevents to properly handle errors by nitro modules on Android.
57-
We highly recommend to apply bellow patch for `react-native-nitro-modules` to fix this issue.
56+
Versions of `react-native` < 0.80 have a bug that prevents them from properly handling errors thrown by nitro modules on Android.
57+
If working with these versions of `react-native`, we highly recommend you apply the `react-native-nitro-modules` patch below, to fix this issue.
5858
You can apply it using `patch-package`.
5959

6060
:::warning

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Introduction to React Native Video library
77

88
**One of the most popular video playback libraries for React Native applications.**
99

10-
`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.
10+
`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.
1111

1212
## Why Choose `react-native-video`?
1313

0 commit comments

Comments
 (0)