Update java package name to yoga

Summary: Update package name of java code to refer to yoga instead of csslayout. Still need to change the name of the folder where this code resides but that requires update github sync scripts etc so it is safer and easier to split these diffs apart.

Differential Revision: D4271420
This commit is contained in:
Emil Sjolander
2016-12-05 02:56:20 -08:00
committed by Ahmed El-Helw
parent 009a792804
commit e9dba410eb
6 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ package com.facebook.react.flat;
import javax.annotation.Nullable;
import com.facebook.csslayout.YogaMeasureFunction;
import com.facebook.yoga.YogaMeasureFunction;
import com.facebook.react.uimanager.ReactStylesDiffMap;
import com.facebook.react.uimanager.ReactShadowNode;
import com.facebook.react.uimanager.ThemedReactContext;