Files
yoga/android
Pascal Hartig eacf3cdbb4 Bump gradle and android dependencies
Summary:
We need to use the most recent Android SDK to leverage the cmake-based NDK build
system. Also, since everything seems to be still working - why not?

I also changed the dependency of `yoga-layout` to be the project, not the
pre-published artifact as it no longer compiled due to the changed measure API
signature. I'm not sure if there was a reason to keep the two separate.

By relying on Maven-published artifacts, we generate better POMs when publishing
and people can override dependencies and see them more easily.

A few more cleanups based on what we did with Litho.

Reviewed By: emilsjolander

Differential Revision: D4913208

fbshipit-source-id: 053deb444ce91106afb3b66c3be28d6fcbdea450
2017-04-19 10:56:48 -07:00
..
2017-03-15 09:11:24 -07:00
2017-03-07 09:11:14 -08:00

YogaLayout Platform Languages Download

Installation

YogaLayout is available via jcenter:

compile 'com.facebook.yoga.android:yoga-layout:1.2.0'

Getting Started

Check out the docs here.

We also have a sample project. To try it, clone the repo and run (with a device attached)

buck install -r android/sample

Contributing

We welcome all pull-requests! At Facebook we sync the open source version of YogaKit daily, so we're always testing the latest changes.

See the CONTRIBUTING file for how to help out.