I'm trying to add functionality in Showkase that is capable of rendering a preview with an alert inl...
v
I'm trying to add functionality in Showkase that is capable of rendering a preview with an alert inline as opposed to it taking over the screen. Here's some more information about the issue - https://github.com/airbnb/Showkase/issues/235. I'm looking for clues on how I can do this 🤔 I'm guessing there's some inspiration somewhere in the Android Studio Preview tooling but haven't been able to find anything useful. Anyone have ideas?
c
I thought compose doesn't support previews for dialogs because they use a different window and so theres no way around that for now until dialogs end up behaving more like BottomSheetDialogs (which is to say they require a wrapper layout instead of a typical modal)