Fix Nodes not having correct view managers externally

Reviewed By: ahmedre

Differential Revision: D4927963

fbshipit-source-id: f4993aa45f6313e814d03141f828d37eafade059
This commit is contained in:
Seth Kirby
2017-04-27 15:35:24 -07:00
committed by Facebook Github Bot
parent 6272ef87bc
commit c8bb422882
14 changed files with 207 additions and 143 deletions
@@ -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