move percent auto style properties to vanilla jni (YogaStyleProperties Part 3)

Summary: Move Yoga style properties to vanilla JNI under a flag.

Reviewed By: amir-shalem

Differential Revision: D17666674

fbshipit-source-id: 08490bf7c214c856a93214088a27dd4e6df9e0fd
This commit is contained in:
Sidharth Guglani
2019-10-08 14:23:57 -07:00
committed by Facebook Github Bot
parent 25b8c94788
commit 6e6b1369ac
5 changed files with 204 additions and 25 deletions

View File

@@ -4,6 +4,8 @@
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#include <cstring>
namespace {
union YGNodeContext {