docs(web-support): update seo

This commit is contained in:
Kamil Moskała
2026-03-30 23:08:27 +02:00
parent 031c5b9e70
commit 3b30aae340
@@ -1,8 +1,9 @@
---
title: Web Support
title: Web Support — Play Video in Browser with React Native
sidebar_position: 4
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:
badgeType: new
---
@@ -13,10 +14,6 @@ import PlatformsList from '@site/src/components/PlatformsList/PlatformsList';
<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.
## Setup