move edge style properties to vanilla jni (YogaStyleProperties Part 4)

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

Reviewed By: amir-shalem

Differential Revision: D17667201

fbshipit-source-id: 448134d6d7d0dd0c6ff2734b3eb39e65d1cb403f
This commit is contained in:
Sidharth Guglani
2019-10-08 14:23:57 -07:00
committed by Facebook Github Bot
parent 6e6b1369ac
commit 8975019269
5 changed files with 227 additions and 14 deletions

View File

@@ -4,8 +4,6 @@
* 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 {