Skip to content

Commit

Permalink
swap control files (#4936)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Newman <[email protected]>
  • Loading branch information
mozzius and mozzius authored Aug 14, 2024
1 parent b6fa0d2 commit b997569
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 592 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function VideoEmbedInnerNative() {
throw new Error('VideoEmbedInnerNative may not be used on native.')
throw new Error('VideoEmbedInnerNative may not be used on web.')
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function Controls() {
throw new Error('VideoWebControls may not be used on native.')
}
Loading

0 comments on commit b997569

Please sign in to comment.