Hi do we have a Share components library for the the Compose multiplatform?
Soumen pal
12/01/2025, 6:18 AM
Is sharedTransitionScope work?
m
mohamed rejeb
12/01/2025, 7:48 AM
Yes SharedTransitionScope is multiplatform
If you are talking about shared element transition, it's multiplatform
👍 1
s
Soumen pal
12/01/2025, 10:00 AM
Thanks, Classic docs problem I didn't knew that its cmp supported I onlye knewed it came in compose 1.7.x
m
mohamed rejeb
12/01/2025, 10:12 AM
You can use compose-multiplatform github releases as a reference, as you can see here they mentioned it in cmp 1.7.0
Also here there's a table in the end of each release where you can find the jetpack compose version that the cmp version is based on, most of the time all the feature of Runtime, Foundation, Ui, Material are multiplatform