mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
move ViewManager addition out of FlatUIImplementation
Reviewed By: achen1 Differential Revision: D4467400 fbshipit-source-id: 3027c1d4a2ccc691d474c0c06e61b47475e6bff7
This commit is contained in:
committed by
Facebook Github Bot
parent
5c7009d147
commit
9615d3bdb5
@@ -30,7 +30,7 @@ import com.facebook.react.views.view.ReactDrawableHelper;
|
||||
/**
|
||||
* ViewManager that creates instances of RCTView.
|
||||
*/
|
||||
/* package */ final class RCTViewManager extends FlatViewManager {
|
||||
public final class RCTViewManager extends FlatViewManager {
|
||||
|
||||
private static final int[] TMP_INT_ARRAY = new int[2];
|
||||
|
||||
@@ -39,7 +39,7 @@ import com.facebook.react.views.view.ReactDrawableHelper;
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "RCTView";
|
||||
return ViewProps.VIEW_CLASS_NAME;
|
||||
}
|
||||
|
||||
public Map<String, Integer> getCommandsMap() {
|
||||
|
||||
Reference in New Issue
Block a user