work on PlayView is almost done everything works fine the gameplay makes the mobile crash but it will be fixed later
This commit is contained in:
@@ -151,11 +151,7 @@ const PartitionMagic = ({ songID, onEndReached, onError, onReady }: ParitionMagi
|
||||
{!isLoading && !isError && (
|
||||
<SvgContainer
|
||||
url={getSVGURL(songID)}
|
||||
onReady={() => {
|
||||
console.log('ready');
|
||||
console.log(partitionDims);
|
||||
onReady();
|
||||
}}
|
||||
onReady={onReady}
|
||||
style={{
|
||||
aspectRatio: partitionDims[0] / partitionDims[1],
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user