Hi do we have a Share components library for the t...
# multiplatform
s
Hi do we have a Share components library for the the Compose multiplatform?
Is sharedTransitionScope work?
m
Yes SharedTransitionScope is multiplatform If you are talking about shared element transition, it's multiplatform
👍 1
s
Thanks, Classic docs problem I didn't knew that its cmp supported I onlye knewed it came in compose 1.7.x
m
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
s
thanks