mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-08 22:42:05 +08:00
Less Catalyst, more React
Summary: Catalyst is the old project name. Rename a few files. @public Reviewed By: bestander Differential Revision: D2859553
This commit is contained in:
committed by
Ahmed El-Helw
parent
59fe71caff
commit
0b79d44dcf
@@ -10,7 +10,7 @@
|
||||
package com.facebook.react.flat;
|
||||
|
||||
import com.facebook.csslayout.CSSNode;
|
||||
import com.facebook.react.uimanager.CatalystStylesDiffMap;
|
||||
import com.facebook.react.uimanager.ReactStylesDiffMap;
|
||||
import com.facebook.react.uimanager.ReactShadowNode;
|
||||
import com.facebook.react.uimanager.ThemedReactContext;
|
||||
import com.facebook.react.uimanager.ViewGroupManager;
|
||||
@@ -70,7 +70,7 @@ import com.facebook.react.uimanager.ViewManager;
|
||||
}
|
||||
|
||||
@Override
|
||||
/* package*/ void handleUpdateProperties(CatalystStylesDiffMap styles) {
|
||||
/* package*/ void handleUpdateProperties(ReactStylesDiffMap styles) {
|
||||
if (mReactShadowNode != null) {
|
||||
mReactShadowNode.updateProperties(styles);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user