mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-08 22:42:05 +08:00
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:
committed by
Ahmed El-Helw
parent
009a792804
commit
e9dba410eb
@@ -29,7 +29,7 @@ interface AndroidView {
|
||||
void resetPaddingChanged();
|
||||
|
||||
/**
|
||||
* Get the padding for a certain spacingType defined in com.facebook.csslayout.Spacing
|
||||
* Get the padding for a certain spacingType defined in com.facebook.yoga.Spacing
|
||||
*/
|
||||
float getPadding(int spacingType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user