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
@@ -12,7 +12,7 @@ package com.facebook.react.flat;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import com.facebook.infer.annotation.Assertions;
|
||||
import com.facebook.react.uimanager.CatalystStylesDiffMap;
|
||||
import com.facebook.react.uimanager.ReactStylesDiffMap;
|
||||
import com.facebook.react.uimanager.LayoutShadowNode;
|
||||
import com.facebook.react.uimanager.annotations.ReactProp;
|
||||
import com.facebook.react.uimanager.ViewProps;
|
||||
@@ -50,7 +50,7 @@ import com.facebook.react.uimanager.ViewProps;
|
||||
private int mMoveToIndexInParent;
|
||||
private boolean mIsOverflowVisible = true;
|
||||
|
||||
/* package */ void handleUpdateProperties(CatalystStylesDiffMap styles) {
|
||||
/* package */ void handleUpdateProperties(ReactStylesDiffMap styles) {
|
||||
if (!mountsToView()) {
|
||||
// Make sure we mount this FlatShadowNode to a View if any of these properties are present.
|
||||
if (styles.hasKey(PROP_DECOMPOSED_MATRIX) ||
|
||||
|
||||
Reference in New Issue
Block a user