diff --git a/src/components/Post/Embed/ExternalEmbed/index.tsx b/src/components/Post/Embed/ExternalEmbed/index.tsx index f920359477..4432eb6632 100644 --- a/src/components/Post/Embed/ExternalEmbed/index.tsx +++ b/src/components/Post/Embed/ExternalEmbed/index.tsx @@ -92,7 +92,7 @@ export const ExternalEmbed = ({ style={[a.rounded_md]} onPress={onPress} onLongPress={onShareExternal}> - {({hovered}) => ( + {({hovered, pressed}) => ( - {() => ( + {({pressed}) => ( {imageUri ? ( +