litho icon indicating copy to clipboard operation
litho copied to clipboard

Feature Req: Real time preview

Open Tomasu opened this issue 8 years ago • 4 comments

Not a bug, but I find real time preview in IDEs very helpful, so something that worked in Android Studio with Litho would be very cool.

Tomasu avatar Apr 30 '17 17:04 Tomasu

Supposedly that someone could include a webview or electron thing on an IntelliJ plugin, this could seem possible, with the Stetho integration.

pavlospt avatar May 01 '17 18:05 pavlospt

any update on this?

shalva97 avatar Jan 29 '20 14:01 shalva97

@shalva97 please check https://github.com/facebook/flipper

pavlospt avatar Jan 29 '20 14:01 pavlospt

Thanks @pavlospt ! @shalva97 specifically the Layout plugin, which can show you the Components Hierarchy from the phone into Flipper window. And you can even tweak some of Components props to check the UI changes in realtime.

Android Studio Preview is smth that we are planning to experiment, but it's a lot harder to implement due to Yoga native lib dependency

colriot avatar Jan 29 '20 16:01 colriot