disable perf optimisation to allow overflow

This commit is contained in:
Samuel Newman
2024-07-26 14:00:06 +01:00
parent 5cdaceffc1
commit d1360376c3
8 changed files with 23 additions and 48 deletions
@@ -19,6 +19,7 @@ export function VideoEmbedInner({}: {
setActive: () => void
sendPosition: (position: number) => void
onScreen: boolean
isAnyViewActive?: boolean
}) {
const player = useVideoPlayer()
const aref = useAnimatedRef<Animated.View>()