Revize a62d7c92
Přidáno uživatelem Michal Schwob před více než 1 rok
src/components/listView/ItemPreview.tsx | ||
---|---|---|
1 | 1 |
import { Box, Center, HStack, Image, Pressable, ScrollView, Text, VStack } from "native-base" |
2 | 2 |
import { useEffect } from "react" |
3 | 3 |
import { DrawerScreenProps } from "@react-navigation/drawer" |
4 |
import { RootDrawerParamList } from "../../pages/Navigation"
|
|
4 |
import { RootStackParamList } from "../../pages/Navigation"
|
|
5 | 5 |
import { ItemPreviewMissingImage } from "./ItemPreviewMissingImage" |
6 | 6 |
import { ITEM_PREVIEW_IMG_PREFIX_URL } from "../../api/constants" |
7 | 7 |
|
Také k dispozici: Unified diff
FIX: compilation error fixes
re #10847