Tags: justjavac/yoga
Tags
Release GitHub actions workflow (facebook#1088) Summary: Pull Request resolved: facebook#1088 Reviewed By: mweststrate Differential Revision: D28604872 Pulled By: passy fbshipit-source-id: e77578d44557420be9b782dc90f047af697b7cb9
Solve lib lint failure Summary: This diff solves `pod lib lint` failure. We want to make a new yoga release, as I landed some changes in its podspec which solves the broken flipper build for xcode 11. {F221612119} Reviewed By: passy Differential Revision: D18382588 fbshipit-source-id: efddfa3e93ca59b79b887d04f83407b004d9a199
Add Swift extension as a separate pod Summary: Adds swift extension file as a separate subspec, as it is not required for the objc projects. Also this fixes the current issue where the flipper sample app fails to build on xcode 11, as it fails to link the Swift specific literals. Fixes this too facebook#565 Reviewed By: SidharthGuglani Differential Revision: D18373993 fbshipit-source-id: 0c058886a837c7ceafcd0167f878b3e0f7763aa1
Add Swift extension as a separate pod Summary: Adds swift extension file as a separate subspec, as it is not required for the objc projects. Also this fixes the current issue where the flipper sample app fails to build on xcode 11, as it fails to link the Swift specific literals. Fixes this too facebook#565 Reviewed By: SidharthGuglani Differential Revision: D18373993 fbshipit-source-id: 0c058886a837c7ceafcd0167f878b3e0f7763aa1
Sample workspace: remove XML comment Summary: @public Xcode does not like it Reviewed By: astreet Differential Revision: D14580168 fbshipit-source-id: 6d26b3961b45a59ef9dc977b21493e60e3cf9396
Move native methods to a single class Summary: @public Moving all native methods in a single class provides the benefit of not having to load native bindings eagerly when just creating config objects in the startup paths, or setting Java-only values on them. Loading native bindings triggers additional class loads (`YogaConfig` / `YogaNode`), and can lead to problems in multi-dex scenarions. Reviewed By: pasqualeanatriello Differential Revision: D14560658 fbshipit-source-id: 14e31e3c3b560675b5a752a38ae75ab80a565ea1
1.12.0-pre.1 (facebook#865) Summary: Push version in podspec. We will use `-SNAPSHOT` for bintray Pull Request resolved: facebook#865 Differential Revision: D14299474 Pulled By: davidaurelio fbshipit-source-id: e788479677e1b3c4155a24a336e625508e085f86
PreviousNext