I've a png in my resources folder. It works well o...
# compose-ios
s
I've a png in my resources folder. It works well on android but doesn't work on ios.
Copy code
Image(
            modifier = Modifier.fillMaxSize(),
            painter = painterResource("img_artist_tamayo.png"),
            contentDescription = null,
            contentScale = ContentScale.Crop
        )