new intersectionobserver approach - wip
This commit is contained in:
@@ -17,6 +17,8 @@ export function VideoEmbedInner({}: {
|
||||
source: string
|
||||
active: boolean
|
||||
setActive: () => void
|
||||
sendPosition: (position: number) => void
|
||||
onScreen: boolean
|
||||
}) {
|
||||
const player = useVideoPlayer()
|
||||
const aref = useAnimatedRef<Animated.View>()
|
||||
|
||||
Reference in New Issue
Block a user