Integrate Video into Fabric on Android

Summary: This diff makes the Video component compatible with Fabric on Android.

Reviewed By: JoshuaGross

Differential Revision: D17450815

fbshipit-source-id: 5e47d8cdca96f9fbe72902bac7dd157f7b5fdb1a
This commit is contained in:
Oleksandr Melnykov
2019-10-01 03:54:41 -07:00
committed by Facebook Github Bot
parent 774502510b
commit 36b7febe8f
@@ -33,6 +33,7 @@ public class FabricComponents {
sComponentNames.put("ShimmeringView", "RKShimmeringView");
sComponentNames.put("TemplateView", "RCTTemplateView");
sComponentNames.put("AxialGradientView", "RCTAxialGradientView");
sComponentNames.put("Video", "RCTVideo");
}
/** @return the name of component in the Fabric environment */