()
| 46 | }: Props) => { |
| 47 | const theme = useInternalTheme(themeOverrides); |
| 48 | const getStyles = () => { |
| 49 | if (variant === 'video') { |
| 50 | if (!theme.isV3) { |
| 51 | return [style, styles.video]; |
| 52 | } |
| 53 | |
| 54 | return [style, styles.videoV3]; |
| 55 | } |
| 56 | |
| 57 | return [style, styles.image]; |
| 58 | }; |
| 59 | |
| 60 | return ( |
| 61 | <Image |
no outgoing calls
no test coverage detected
searching dependent graphs…