mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ReactTTRCRenderFlag component in Fabric android
Summary: This diff migrates ReactTTRCRenderFlag component to Fabric android Reviewed By: shergin Differential Revision: D14572430 fbshipit-source-id: 0e7c6cb5520be44221939b0e711269b84f4657dc
This commit is contained in:
committed by
Facebook Github Bot
parent
1ceb4708f7
commit
819c584c46
@@ -81,6 +81,7 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
sComponentNames.put("ScrollView", "RCTScrollView");
|
||||
sComponentNames.put("Slider", "RCTSlider");
|
||||
sComponentNames.put("ReactPerformanceLoggerFlag", "ReactPerformanceLoggerFlag");
|
||||
sComponentNames.put("ReactTTRCRenderFlag", "ReactTTRCRenderFlag");
|
||||
sComponentNames.put("Paragraph", "RCTText");
|
||||
sComponentNames.put("Text", "RCText");
|
||||
sComponentNames.put("RawText", "RCTRawText");
|
||||
|
||||
Reference in New Issue
Block a user