fix playback mobile
This commit is contained in:
@@ -58,7 +58,10 @@ const Library = () => {
|
||||
return (
|
||||
<Page backgroundImg={background.libraryBG} headerType="NONE">
|
||||
<View style={{ gap: 17, paddingBottom: 20 }}>
|
||||
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
|
||||
<Image
|
||||
source={icons.musicLandLogo}
|
||||
style={{ alignSelf: "center", height: 150, resizeMode: "contain" }}
|
||||
/>
|
||||
<Pressable onPress={() => navigate(Routes.Research)}>
|
||||
<SearchBar
|
||||
textInputProps={{
|
||||
|
||||
Reference in New Issue
Block a user