How can i get screenshot of a specific composable ...
# compose
v
How can i get screenshot of a specific composable in Compose Multiplatform? Any library which does that?
v
Thanks, but i want to take screeshots for image sharing feature in app and not for tests
v
Thanks for sharing this
How can i do this for IOS target?
s
🤷
v
Wow, this is so much simpler
👍 1
c
graphicsLayer.toImageBitmap()
to be exact!
r
hey im not able to get access in the rememberGraphicLayer(), is their any dependency we need
309 Views