Summary: This adds a web-based playground to try out Yoga. The playground uses yogas javascript bindings to use yoga within the browser. The layout tree can be modified and shared. Code generators for litho, ComponentKit and React Native allow the layout to be copied into any app. allow-large-files Reviewed By: emilsjolander Differential Revision: D6871601 fbshipit-source-id: 3b97c87e91d6bafe8e1c38b8b7eca8d372324c0b
Yoga Playground
Try Yoga in your browser and understand how Flexbox is working. This playground uses the asm.js version of Yoga to be able to execute Yoga in the browser.
Features
- Build a flexbox layout and try how flexbox properties work
- Share your playrgound with other people by just copying the URL
- Generatres ready to use code for Litho, ComponentKit and React Native