Is there a way to see all my Compose Previews in o...
# compose
b
Is there a way to see all my Compose Previews in one single place? I'm trying to tweak/make better use of the Theme and it would be really convenient to see what a change visually have on my app as a whole.
f
As far as I know you can't. You can however put previews of all your screen inside of one file to see them all together
c
AirBnb has a library called Showkase. It is not exactly what you're asking for but it might help you achieve the same end goal
b
@Fyodor Danilov Yeah kinda what I did so far. I added a couple dozen Preview functions to my Theme file, which just indivually call the other Preview functions spread around.