mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Remove all FastImage
This commit is contained in:
@ -19,7 +19,7 @@ import { Blurhash } from 'react-native-blurhash'
|
||||
|
||||
export interface Props {
|
||||
hidden?: boolean
|
||||
uri: { preview?: string; original: string; remote?: string }
|
||||
uri: { preview?: string; original?: string; remote?: string }
|
||||
blurhash?: string
|
||||
dimension?: { width: number; height: number }
|
||||
onPress?: () => void
|
||||
|
Reference in New Issue
Block a user