image loading changes

adjust queue screen header
This commit is contained in:
Violet Caulfield
2025-01-21 09:17:01 -06:00
parent d4997740d2
commit 8a49b8238f
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ export function fetchItemImage(itemId: string, imageType?: ImageType, width?: nu
itemId,
imageType: imageType ? imageType : ImageType.Primary,
format: ImageFormat.Jpg
}, {
responseType: "arraybuffer"
})
.then((response) => {
console.log(response.data)

View File

@@ -35,7 +35,7 @@ export default function Player({ navigation }: { navigation: NativeStackNavigati
name="Details"
component={DetailsScreen}
options={{
headerShown: false
headerTitle: ""
}}
/>