I'm using the 1.1.0-alpha02 version of the materia...
# compose
z
I'm using the 1.1.0-alpha02 version of the material 3 library. I want to use the swipeable modifier but it's marked as internal, what can I do? I'd like to be able to use it now rather than wait an unknown amount of time
j
Keep a copy🙂 We're doing quite a few changes around this API at the moment. We're currently migrating our own components to incorporate those changes before we make the API changes public. Ultimately, we're aiming for Swipeable to live in Foundation and it's unlikely we will open the API in the meantime. No timelines on it except for "near future". In the meantime, we recommend keeping your own copy though 🙂 May I ask what your use case is?
z
I am trying to create a thing that can either be collapsed at the bottom of the screen and can take up the screen entirely. The YouTube mini player is what im trying to make it behave like
j
Neat! If you want to live on the edge, copy Swipeable V2, but there will still be some API changes. Otherwise stick with a V1 copy 🙂