Prrited
This commit is contained in:
@@ -143,15 +143,15 @@ const PartitionMagic = ({ songID, onEndReached, onError, onReady }: ParitionMagi
|
||||
}}
|
||||
>
|
||||
{!isLoading && !isError && (
|
||||
<ImageBackground
|
||||
source={{ uri: getSVGURL(songID) }}
|
||||
onLoad={onReady}
|
||||
style={{
|
||||
aspectRatio: partitionDims[0] / partitionDims[1],
|
||||
height: '100%',
|
||||
position: 'relative',
|
||||
}}
|
||||
/>
|
||||
<ImageBackground
|
||||
source={{ uri: getSVGURL(songID) }}
|
||||
onLoad={onReady}
|
||||
style={{
|
||||
aspectRatio: partitionDims[0] / partitionDims[1],
|
||||
height: '100%',
|
||||
position: 'relative',
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</Animated.View>
|
||||
<Animated.View
|
||||
|
||||
@@ -114,6 +114,6 @@
|
||||
"app.config.ts",
|
||||
"*/*.test.tsx",
|
||||
"web-build",
|
||||
"dist",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user