mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-08 20:55:42 +00:00
docs(web-support): update seo
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: Web Support
|
title: Web Support — Play Video in Browser with React Native
|
||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
sidebar_label: Web Support
|
sidebar_label: Web Support
|
||||||
description: Guide to using React Native Video on the web platform
|
description: Use React Native Video on the web with video.js v10. Same useVideoPlayer and VideoView API as iOS and Android — HLS, subtitles, fullscreen, Picture-in-Picture, and notification controls.
|
||||||
|
keywords: [web, react native video, video.js, browser, HLS, streaming, react native web]
|
||||||
customProps:
|
customProps:
|
||||||
badgeType: new
|
badgeType: new
|
||||||
---
|
---
|
||||||
@@ -13,10 +14,6 @@ import PlatformsList from '@site/src/components/PlatformsList/PlatformsList';
|
|||||||
|
|
||||||
<PlatformsList types={['Web']} />
|
<PlatformsList types={['Web']} />
|
||||||
|
|
||||||
:::warning Preview
|
|
||||||
Web support is in **preview**. The API is stable and matches the native platforms, but some features are not yet available. We recommend testing thoroughly before using in production.
|
|
||||||
:::
|
|
||||||
|
|
||||||
React Native Video supports the web platform through [video.js](https://videojs.org/) (v10), providing the same `VideoPlayer` and `VideoView` API you use on iOS and Android.
|
React Native Video supports the web platform through [video.js](https://videojs.org/) (v10), providing the same `VideoPlayer` and `VideoView` API you use on iOS and Android.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Reference in New Issue
Block a user