<QRCode
value="https://urltopage.io"
logo={
{
uri: logoPwaUrl,
}
}
logoSize={64}
logoBorderRadius={32}
logoBackgroundColor='white'
size={256}
/>
Logo is a png. Tested with different sizes (64, 96, 128) as file and base64.
the result looks always like this:

what am i doing wrong?