Skip to content

Commit

Permalink
[docs] Update video.mdx (#28922)
Browse files Browse the repository at this point in the history
  • Loading branch information
RRaideRR authored May 16, 2024
1 parent 8c6a639 commit e168ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/versions/unversioned/sdk/video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import APISection from '~/components/plugins/APISection';
import { APIInstallSection } from '~/components/plugins/InstallSection';
import { SnackInline } from '~/ui/components/Snippet';

> **info** `expo-video` is a new, experimental library that aims to replace the `Video` component from `expo-av` with a more modern and reliable implementation. If you are looking for a more stable API, use [`expo-av`](video.mdx) until this library has stabilized.
> **info** `expo-video` is a new, experimental library that aims to replace the `Video` component from `expo-av` with a more modern and reliable implementation. If you are looking for a more stable API, use [`expo-av`](av.mdx) until this library has stabilized.
`expo-video` is a cross-platform, performant video component for React Native and Expo with Web support.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/versions/v51.0.0/sdk/video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import APISection from '~/components/plugins/APISection';
import { APIInstallSection } from '~/components/plugins/InstallSection';
import { SnackInline } from '~/ui/components/Snippet';

> **info** `expo-video` is a new, experimental library that aims to replace the `Video` component from `expo-av` with a more modern and reliable implementation. If you are looking for a more stable API, use [`expo-av`](video.mdx) until this library has stabilized.
> **info** `expo-video` is a new, experimental library that aims to replace the `Video` component from `expo-av` with a more modern and reliable implementation. If you are looking for a more stable API, use [`expo-av`](av.mdx) until this library has stabilized.
`expo-video` is a cross-platform, performant video component for React Native and Expo with Web support.

Expand Down

0 comments on commit e168ecf

Please sign in to comment.