mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 17:30:38 +08:00
Fix Nodes not having correct view managers externally
Reviewed By: ahmedre Differential Revision: D4927963 fbshipit-source-id: f4993aa45f6313e814d03141f828d37eafade059
This commit is contained in:
committed by
Facebook Github Bot
parent
6272ef87bc
commit
c8bb422882
@@ -14,9 +14,11 @@ package com.facebook.react.flat;
|
||||
*/
|
||||
public final class RCTVirtualTextManager extends VirtualViewManager<RCTVirtualText> {
|
||||
|
||||
/* package */ static final String REACT_CLASS = "RCTVirtualText";
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "RCTVirtualText";
|
||||
return REACT_CLASS;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user