unmount when far offscreen + round 2dp
This commit is contained in:
@@ -20,6 +20,7 @@ export function VideoEmbedInner({}: {
|
||||
sendPosition: (position: number) => void
|
||||
onScreen: boolean
|
||||
isAnyViewActive?: boolean
|
||||
onGoFarOffScreen: () => void
|
||||
}) {
|
||||
const player = useVideoPlayer()
|
||||
const aref = useAnimatedRef<Animated.View>()
|
||||
|
||||
Reference in New Issue
Block a user