1
0
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:
Zhiyuan Zheng
2021-03-19 21:44:52 +01:00
parent e620754c15
commit 15cf29d952
8 changed files with 21 additions and 19 deletions

View File

@ -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