tangled
alpha
login
or
join now
quilling.dev
/
social-app
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
social-app
/
src
/
components
/
Post
/
Embed
/
VideoEmbed
/
VideoEmbedInner
/
web-controls
/
VideoControls.native.tsx
at
main
3 lines
96 B
view raw
1
export
function
Controls() {
2
throw
new
Error
(
'VideoWebControls may not be used on native.'
)
3
}