move resources around

This commit is contained in:
austinried
2021-07-08 15:37:05 +09:00
parent ea4421b7af
commit 3460b4014f
88 changed files with 91 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ const AlbumArt: React.FC<AlbumArtProps> = ({ id, height, width }) => {
const Placeholder = () => (
<LinearGradient colors={[colors.accent, colors.accentLow]}>
<FastImage
source={require('../../res/record.png')}
source={require('@res/icons/record.png')}
style={{ height, width }}
resizeMode={FastImage.resizeMode.contain}
/>

View File

@@ -131,7 +131,7 @@ const NoneUp: React.FC<ArtistArtSizeProps> = ({ height, width }) => {
return (
<PlaceholderContainer height={height} width={width}>
<FastImage
source={require('../../res/mic_on-fill.png')}
source={require('@res/icons/mic_on-fill.png')}
style={{
height: height - height / 4,
width: width - width / 4,