mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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 */
|
||||
|
||||
Reference in New Issue
Block a user