diff --git a/docs/docs/fundamentals/web-support.md b/docs/docs/fundamentals/web-support.mdx similarity index 90% rename from docs/docs/fundamentals/web-support.md rename to docs/docs/fundamentals/web-support.mdx index a6dc159b..7ec852d9 100644 --- a/docs/docs/fundamentals/web-support.md +++ b/docs/docs/fundamentals/web-support.mdx @@ -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'; -:::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