litho
litho copied to clipboard
Feature Req: Real time preview
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.
Supposedly that someone could include a webview or electron thing on an IntelliJ plugin, this could seem possible, with the Stetho integration.
any update on this?
@shalva97 please check https://github.com/facebook/flipper
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