This commit is contained in:
Samuel Newman
2025-01-19 11:28:54 +00:00
parent b52eaa1826
commit 6557cc4ed4
+5 -1
View File
@@ -924,7 +924,11 @@ function VideoItemPlaceholder({
<Image
accessibilityIgnoresInvertColors
source={{uri: src}}
style={[a.absolute, {top: 0, left: 0, right: 0, bottom}, style]}
style={[
a.absolute,
blur ? a.inset_0 : {top: 0, left: 0, right: 0, bottom},
style,
]}
contentFit={contentFit}
blurRadius={blur ? 40 : 0}
/>