mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-25 15:51:33 +00:00
docs: fix minor issues in v7 intro.md, installation.md documentation (#4741)
This commit is contained in:
committed by
GitHub
parent
01395f247b
commit
e3813d057f
@@ -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
|
||||
|
||||
+1
-1
@@ -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`?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user