mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00: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 RCTTextInlineImageManager extends VirtualViewManager<RCTTextInlineImage> {
|
||||
|
||||
/* package */ static final String REACT_CLASS = "RCTTextInlineImage";
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "RCTTextInlineImage";
|
||||
return REACT_CLASS;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user