mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 22:38:37 +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
@@ -15,7 +15,7 @@ import javax.annotation.Nullable;
|
||||
|
||||
import com.facebook.csslayout.CSSNode;
|
||||
import com.facebook.csslayout.Spacing;
|
||||
import com.facebook.react.uimanager.CatalystStylesDiffMap;
|
||||
import com.facebook.react.uimanager.ReactStylesDiffMap;
|
||||
import com.facebook.react.uimanager.OnLayoutEvent;
|
||||
import com.facebook.react.uimanager.events.EventDispatcher;
|
||||
|
||||
@@ -127,7 +127,7 @@ import com.facebook.react.uimanager.events.EventDispatcher;
|
||||
/* package */ void ensureBackingViewIsCreated(
|
||||
FlatShadowNode node,
|
||||
int tag,
|
||||
@Nullable CatalystStylesDiffMap styles) {
|
||||
@Nullable ReactStylesDiffMap styles) {
|
||||
if (node.isBackingViewCreated()) {
|
||||
if (styles != null) {
|
||||
// if the View is already created, make sure propagate new styles.
|
||||
|
||||
Reference in New Issue
Block a user